These are the frequently asked questions for Vultr Managed Databases for Caching.
Yes, all Managed Databases are backed up for disaster recovery purposes. You can use these backups to restore a cluster, which overwrites the current cluster's data. You can also fork a cluster from the backup, which creates a new cluster without modifying the existing cluster. You'll find those options in the Actions section of your cluster's Overview tab.
The databases do not have point-in-time recovery. When recovering or forking a Vultr Managed Database for Caching, you can choose from a list of periodic backups.
Replica nodes are copies of the primary node in a Vultr Managed Databases for Valkey cluster. You can create replica nodes during provisioning, or click Add Read Only Replica Node in the Actions section within the Overview tab in your cluster's management page.
The attached replica nodes are failover nodes used to ensure high availability and recovery of your database cluster in case the primary node fails. Failover replicas are read-only while the primary node performs the write operations in your cluster to ensure data consistency across all replicas.
Yes, you can create read-only replica nodes in other Vultr locations, different from your Vultr Managed Databases for Valkey cluster location. Click Add Read-Only Replica Node to create a new replica node and specify the target Vultr location.
You can attach up-to 3
replica nodes to a Vultr Managed Databases for Valkey cluster.
You can deploy Managed Databases in several node plans, which are a shorthand way of identifying the available size and number of nodes. We offer Hobbyist, Startup, Business, and Premium node plans.
After you deploy a Managed Database, look in the General Information section of your cluster's information page. The Node Plan appears below the Monthly Price. The plan name format is Vultr-Dbaas-[plan type]-[other internal information]
.
The node plan determines what backup and recovery options are available. See the previous section, "Is the database backed up?" for details.
Yes, you can deploy Vultr Managed Databases for Caching using the Vultr API or Vultr CLI.
Use the Change Plan menu on the Settings tab to scale your cluster up. To scale a cluster down, migrate or fork it to a new, smaller cluster.
You cannot create superuser accounts for managed databases. To create a standard user account, use the Vultr Customer Portal.
A cluster can only have one primary node, but you can configure multiple replica (read-only) nodes.
Maximum memory for Vultr Managed Databases for Caching is set to 70% of the available RAM (minus management overhead) plus 10% for the replication log.
We reserve memory because the following situations can happen:
When Vultr Managed Databases for Caching creates a fork of itself, all the memory pages of the new process are identical to the parent and don't consume any extra memory. However, any changes in the parent process cause memory to diverge and the real memory allocation to grow.
No comments yet.