Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Fargher <jfargher@gitlab.com>2023-07-07 02:44:21 +0300
committerJames Fargher <jfargher@gitlab.com>2023-07-10 02:14:34 +0300
commit6b2124bb410d1fc163028b5567298e67c36d221a (patch)
tree226cacdc5d23f21745892732557651033abc0096 /doc
parent5b5e98186949fd62b84bb8dd7b352de5d195ef00 (diff)
gitaly-backup: Add -server-side option to create sub-command
This option triggers gitaly-backup to use the new BackupRepository RPC to create backups. These backups are streamed from the gitaly node directly to the object-storage configured in config.backup.go_cloud_url. Tests added for the command are smoke tests as the backup logic itself is tested on backup.Manager. Changelog: added
Diffstat (limited to 'doc')
-rw-r--r--doc/gitaly-backup.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gitaly-backup.md b/doc/gitaly-backup.md
index 564c97865..720d9cb3e 100644
--- a/doc/gitaly-backup.md
+++ b/doc/gitaly-backup.md
@@ -58,6 +58,7 @@ Gitaly and Gitaly Cluster.
| `-id` | string | no | Used to determine a unique path for the backup when a full backup is created. |
| `-layout` | string | no | How backup files are located. Either `pointer` (default) or `legacy`. |
| `-incremental` | bool | no | Indicates whether to create an incremental backup. |
+ | `-server-side` | bool | no | Indicates whether to use server-side backups. Note: The feature is not ready for production use. |
## Directly restore repository data