Help Center/ TaurusDB_TaurusDB for PostgreSQL/ FAQs/ Database Migration/ Why Do I Need to Use the pg_dump Tool for Migration?
Updated on 2025-11-14 GMT+08:00

Why Do I Need to Use the pg_dump Tool for Migration?

The pg_dump tool is easy to use for data migration. However, when you use this tool, the server is stopped for a long period of time during data migration. Only use these tools when there is not much data to migrate or if stopping the server for a long period of time is not an issue.

TaurusDB for PostgreSQL is compatible with source database services. The procedure for migrating data from your database to TaurusDB for PostgreSQL is similar to the procedure for migrating data from one database server to another.