How to Migrate from SQLite to Postgres Database on Localhost?

…But it’s not working as expected. Maybe the DB is not the same for SQLite and Postgresql. I ended up using npm run strapi export (on my SQLite setup) then npm run strapi import (on my Postgresql setup); see documentation here.