Quickstart
Specific Options for Vlakey
You can find all the specific options for Valkey by using the CLI help:
$ exo dbaas create --help-valkey
--valkey-fork-from name of a Database Service to fork from
--valkey-ip-filter allow incoming connections from CIDR address block
--valkey-migration-dbname database name for bootstrapping the initial connection
--valkey-migration-host hostname or IP address of the source server where to migrate data from
--valkey-migration-ignore-dbs list of databases which should be ignored during migration
--valkey-migration-method migration method to be used ("dump" or "replication")
--valkey-migration-password password for authenticating to the source server
--valkey-migration-port port number of the source server where to migrate data from
--valkey-migration-ssl connect to the source server using SSL
--valkey-migration-username username for authenticating to the source server
--valkey-recovery-backup-name the name of the backup to restore when forking from a Database Service
--valkey-settings Valkey configuration settings (JSON format)