migrate form my sql to postgres then keep updating

106 views Asked by At

right now am using pgloader to migrate a MySQL database to a PostgreSQL DB.

The migration working fine but the issue that I want to update my Postgres DB after the migration from MySQL, is that possible?

right now every time I migrate it delete the previous data then create it again with the latest data from MySQL.

0

There are 0 answers