How to replicate a complex database with lots of foreign key constraints #149
-
So I am trying to migrate some old bugzilla data from MySQL -> postgres. The other problem is that I can't truncate the data because of the constraint: Is there some reasonable approach I can take to make this easier? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
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