[ Q. Shared Data - separate storage volume per dat...
# questions-and-troubleshooting
a
[ Q. Shared Data - separate storage volume per database ]CREATE STORAGE VOLUMECluster Snapshot If I look at the
CREATE STORAGE VOLUME
documentation, it explains that you can create storage volumes and mount them per database. In that case, if a single cluster has multiple databases and each database uses a different S3 bucket, how does Cluster Snapshot (for Disaster Recovery) behave?
Copy code
ADMIN SET AUTOMATED CLUSTER SNAPSHOT ON
[STORAGE VOLUME <storage_volume_name>]
Are the FE image and snapshot metadata stored separately per database when taking cluster snapshots? And during recovery, is it possible to load multiple cluster snapshots (for example, one per database)? Thank you in advance for your clarification.
k
snapshot is is a single file, and stored on the current default storage volume
👍 1
a
Ah, then even if we separate storage volumes by database, when we enable cluster snapshots, the metadata is still stored as a single file in the default volume, right?
k
yes