MariaDB/MySQL to PostgreSQL

I need to start using postgresql instead of MariaDB because of the business IT requirements.

Besides recreating tables/rows/data, are there anything else I need to do in Server Connect API’s? For instance rerun every API if new code needs to be created for server action?

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