Learn about running secure, Managed Redis Databases on Aptible
Version | Status | End-Of-Life Date | Deprecation Date |
---|---|---|---|
6.2 | Available | November 2027 | N/A |
7.0 | Available | November 2028 | N/A |
DEPRECATED
on the deprecation date listed above. While existing databases will not be affected, we recommend end-of-life databases to be upgraded. Follow this guide to upgrade your redis databases. The latest version offered on Aptible will always be available for provisioning, regardless of end-of-life date.redis
credential. This is for plaintext connections, so you shouldn’t use it for sensitive or regulated information.redis+ssl
credential. This accepts connections over TLS, and it’s the one you should use for regulated or sensitive information.aptible db:replicate
command.
REPLICAOF NO ONE
are not persisted to the Database’s filesystem, so the next time the Database starts, it will attempt to replicate the source Database again. In order to persist this change, contact Aptible Support with the name of the Database and request that it be permanently promoted.
Aptible maintains a link between replicas and their source Database to ensure the source Database cannot be deleted before the replica. To deprovision the source Database after you’ve failed over to a promoted replica, users with the appropriate roles and permissions can unlink the replica from the source database. Navigate to the replica’s settings page to complete the unlinking process. See the Deprovisioning a Database documentation for considerations when deprovisioning a Database.
RDB-Only Persistence
on the Dashboard.
aptible db:create
command (substitute $HANDLE
with your desired handle for this Database). Since the disk will only be used to store configuration files, use the minimum size (with the --disk-size
parameter as listed below):
NO PERSISTENCE
on the Dashboard.
aptible db:create
via the --version
option, use the aptible db:versions
command:
..-aof
are the AOF + RDB ones...-nordb
are the memory-only ones.TLSv1.0
, TLSv1.1
, TLSv1.2
TLSv1.2