Skip to content

Commit eebf99b

Browse files
authored
Merge pull request #6572 from EnterpriseDB/release-2025-02-28b
Production build 2 for 2025-02-28b
2 parents 9c620cb + dd48910 commit eebf99b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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 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`.
1517

1618
## Connectivity with PgBouncer
1719

0 commit comments

Comments
 (0)