Skip to content

How to replicate a complex database with lots of foreign key constraints #149

Answered by osalvador
ScottChapman asked this question in Q&A
Discussion options

You must be logged in to vote

To migrate complete databases you need other kind of tool, since ReplicaDB is oriented to replicate data between heterogeneous databases, it is not intended to migrate complete databases.

I recommend you to check the pgloeader tool that is more oriented to this kind of tasks in Postgres.
https://www.digitalocean.com/community/tutorials/how-to-migrate-mysql-database-to-postgres-using-pgloader

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ScottChapman
Comment options

Answer selected by ScottChapman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants