To import a database, you must create a new database in Sevalla first.
Import a Valkey database using a database tool
There are many database tools you can use to connect and manage your database; we have step-by-step instructions for TablePlus, which allows you to manage all the database types you can host on Sevalla.When using TablePlus to connect to a Valkey database, you must choose Redis as the database type.
Export a Valkey database using the command line interface (CLI)
You cannot currently import a Valkey database to Sevalla’s Database Hosting via the command line. As a workaround, you can use a database client like TablePlus to import your Valkey database to Sevalla.When using TablePlus to connect to a Valkey database, you must choose Redis as the database type.
Install Valkey
If you do not yet have Valkey installed on your local machine, you’ll need to install it to connect to your database. Refer to Valkey’s installation instructions.Sevalla database credentials
You can find your database credentials under External connections on the database Overview page.Export a Valkey database
Use the following command to export the database, replacing EXTERNAL_HOSTNAME, PORT, and PASSWORD with the information from your database’s External connections. Replace export.rdb with the path and file name of the database you want to export:redis-cli command.