Skip to content

Commit 4b1c5f8

Browse files
authored
Update known_issues.mdx rework data migration
1 parent 9c620cb commit 4b1c5f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** majo
1111

1212
## Data migration
1313

14-
This version of EDB Postgres Distributed for Kubernetes **doesn't support** migrating from existing Postgres databases.
14+
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`.
1516

1617
## Connectivity with PgBouncer
1718

0 commit comments

Comments
 (0)