Import/Export
There are multiple ways to export/backup and import/restore a database; for example:
- Use a CLI (command-line interface) solution such as
mysqldump
orpg_dump
. - Use a database client.
The following guides include step-by-step instructions on how to import/export your database using a CLI:
Note: You cannot currently import a Redis or Valkey database to Sevalla’s Database Hosting via the command line. You can use a database client like TablePlus to import your Redis or Valkey database to Sevalla as a workaround.
Migrate from another database hosting provider
If you already have a database with another provider, you can migrate any database type supported on Sevalla’s Database Hosting by exporting the database from your current provider and importing it into Sevalla.
Follow your current database provider’s documentation to export your database, or use a database client like TablePlus to connect to and back up the database. You’ll need your current database’s connection details if you use a database client.
Once you have a backup of your current database, follow the steps below to restore your database to Sevalla:
- Add a Database in Sevalla.
- Download and install the database client of your choice on your local machine.
- Connect to your Sevalla database.
- Restore your database backup to your Sevalla database.
- Once the restore finishes, the data is now in your Sevalla database. Use an internal connection to connect your database to an application hosted at Sevalla. To connect your database to an application hosted elsewhere, use your database’s external connection details.