1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Docs: update pg13 requirement for external db (#34858)

This commit is contained in:
Marcos Marx
2024-02-05 14:56:38 -03:00
committed by GitHub
parent c7c51ea4e1
commit ee39d407d7
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ If you need to interact with it, for example, to make back-ups or perform some c
## Connecting to an External Postgres database
:::info
Currently, Airbyte requires connection to a Postgres 13 instance.
:::
Let's walk through what is required to use a Postgres instance that is not managed by Airbyte. First, for the sake of the tutorial, we will run a new instance of Postgres in its own docker container with the command below. If you already have Postgres running elsewhere, you can skip this step and use the credentials for that in future steps.
```bash