Databases And Persistence / Migrate Data to Northflank /
Migrate your PostgreSQL database to Northflank
You can import your existing Postgres database to Northflank by creating and uploading a dump of your database, or providing a connection string to your existing database.
Imports will be more reliable if the database you are importing to is the same, or a newer, version of Postgres as the source database you are exporting from.
If you have more than one database to import from the same Postgres service you should use the connection string method, which will import all the databases the given user has access to.
warning