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-02-12 23:47:59 +0300
committerJames Fargher <jfargher@gitlab.com>2023-02-13 21:25:06 +0300
commitc60ec202b0510b22748633f62901c5aaee0d0d98 (patch)
treee4364cd6829827d9d9b4f330cb8d03588a1629c8 /doc
parentb92c07f2b98e0a4c318619af47179c1cb3927d3e (diff)
gitaly-backup: Use pointer layout by default
gitlab has been using the pointer layout since 15.3. See https://gitlab.com/gitlab-org/gitlab/-/issues/355945 Changelog: changed
Diffstat (limited to 'doc')
-rw-r--r--doc/gitaly-backup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gitaly-backup.md b/doc/gitaly-backup.md
index 087bb7059..510d6fea0 100644
--- a/doc/gitaly-backup.md
+++ b/doc/gitaly-backup.md
@@ -50,8 +50,8 @@ Gitaly and Gitaly Cluster.
| `-parallel` | integer | no | Maximum number of parallel backups. |
| `-parallel-storage` | integer | no | Maximum number of parallel backups per storage. |
| `-id` | string | no | Used to determine a unique path for the backup when a full backup is created. |
- | `-layout` | string | no | Determines the file-system layout. Any of `legacy`, `pointer` (default `legacy`). Note: The feature is not ready for production use. |
- | `-incremental` | bool | no | Determines if an incremental backup should be created. Note: The feature is not ready for production use. |
+ | `-layout` | string | no | How backup files are located. Either `pointer` (default) or `legacy`. |
+ | `-incremental` | bool | no | Indicates whether to create an incremental backup. |
## Directly restore repository data
@@ -101,7 +101,7 @@ Gitaly and Gitaly Cluster.
| `-path` | string | yes | Directory where the backup files are stored. |
| `-parallel` | integer | no | Maximum number of parallel restores. |
| `-parallel-storage` | integer | no | Maximum number of parallel restores per storage. |
- | `-layout` | string | no | Determines the file-system layout. Any of `legacy`, `pointer` (default `legacy`). Note: The feature is not ready for production use. |
+ | `-layout` | string | no | How backup files are located. Either `pointer` (default) or `legacy`. |
## Path