Best way to migrate old database to new database (e.g.: MariaDB to PostgreSQL)

So, you have an old website with an old database.

Then, you re-create the website in Wappler, with some slight changes in the database schema.

What tools exist to aid the migration of such data?

I’m thinking of something where I can draw arrows pointing “old.column_A” goes to “new.column_B”

It’s in fact a migration from MariaDB to PostgreSQL as well

1 Like

The solution I found was using DBeaver Community Edition (open-source), or their paid version DBeaver Enterprise

You can export/import data between different databases, even between different software (e.g.: MariaDB to PostgreSQL)

2 Likes