MariaDB/MySQL to PostgreSQL

If you have your tables created in the same default public schema of the Postgres database you don’t have to do anything else but just change the connection to Postgres.

Also if you have used Wappler’s database manager and kept databases changes, you can just reapply those on the new database and all the table structure will be correctly created for you.

2 Likes