You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/postgres_distributed_for_kubernetes/1/known_issues.mdx
+3-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ This version of EDB Postgres Distributed for Kubernetes **doesn't support** majo
11
11
12
12
## Data migration
13
13
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`.
0 commit comments