Skip to content

Commit 21ce4e3

Browse files
authored
DOC-4963 RS: Documented that the database name is trimmed to the first 30 characters when naming backup files (#1309)
1 parent ef451ea commit 21ce4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/databases/import-export/schedule-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can schedule backups to a variety of locations, including:
2525
- Azure Blob Storage
2626
- Google Cloud Storage
2727

28-
The backup process creates compressed (.gz) RDB files that you can [import into a database]({{< relref "/operate/rs/databases/import-export/import-data.md" >}}).
28+
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.
2929

3030
When you back up a database configured for database clustering,
3131
Redis Enterprise Software creates a backup file for each shard in the configuration. All backup files are copied to the storage location.

0 commit comments

Comments
 (0)