Skip to content

Commit 4230c02

Browse files
authored
Update product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx
1 parent 4b1c5f8 commit 4230c02

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
@@ -12,7 +12,8 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** majo
1212
## Data migration
1313

1414
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`.
15+
To migrate schemas and data, you can use traditional Postgres Migration tools such as [EDB*Loader](https://www.enterprisedb.com/docs/pgd/latest/data_migration/edbloader/) or MTK/xDB.
16+
You can also use `pg_dump ...` on the source database and pipe the command's output to your target database with `psql -c`.
1617

1718
## Connectivity with PgBouncer
1819

0 commit comments

Comments
 (0)