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, as this tool allows you to manage all the database types you can host on Sevalla. Note: When using TablePlus to connect to a Valkey database, you must choose Redis as the database type. You can use any database client or tool that supports your database type. While some specifics, like navigation and field names, may vary between database tools, the fundamental concepts are the same.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. Note: When using TablePlus to connect to a Valkey database, you must choose Redis as the database type. You can use the command line interface (CLI) to export your Valkey database from Sevalla. The installation of the database server and commands vary for each database type. This article is specific to Valkey. For other database types, see: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.