From 0d6039eadaacbc8c214ca28242307ccd46d41696 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Fri, 21 Mar 2025 15:38:51 -0500 Subject: [PATCH] DOC-4963 RS: Documented that the database name is trimmed to the first 30 characters when naming backup files --- content/operate/rs/databases/import-export/schedule-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/databases/import-export/schedule-backups.md b/content/operate/rs/databases/import-export/schedule-backups.md index 400ccb4486..06b5fa4b2f 100644 --- a/content/operate/rs/databases/import-export/schedule-backups.md +++ b/content/operate/rs/databases/import-export/schedule-backups.md @@ -25,7 +25,7 @@ You can schedule backups to a variety of locations, including: - Azure Blob Storage - Google Cloud Storage -The backup process creates compressed (.gz) RDB files that you can [import into a database]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}). +The backup process creates compressed (.gz) RDB files that you can [import into a database]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}). If the database name is longer than 30 characters, only the first 30 are used in backup file names. When you back up a database configured for database clustering, Redis Enterprise Software creates a backup file for each shard in the configuration. All backup files are copied to the storage location.