We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c620cb commit 4b1c5f8Copy full SHA for 4b1c5f8
product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx
@@ -11,7 +11,8 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** majo
11
12
## Data migration
13
14
-This version of EDB Postgres Distributed for Kubernetes **doesn't support** migrating from existing Postgres databases.
+This version of EDB Postgres Distributed for Kubernetes does not support declarative import of data from other Postgres database.
15
+To migrate schemas and data, you can use `pg_dump ...` on the source database and pipe the command's output to your target database with `psql -c`.
16
17
## Connectivity with PgBouncer
18
0 commit comments