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:
authorGabriel Mazetto <brodock@gmail.com>2022-01-06 19:54:59 +0300
committerGabriel Mazetto <brodock@gmail.com>2022-01-06 19:54:59 +0300
commitc20af5867182a358dac81ce6782ebb983a5ce669 (patch)
tree97fefa56ad41dd7fba01bc2fabafe5546b3eefc5 /doc
parent37ae846fca6c6cdf632936d8a44399b4959dd247 (diff)
Document gitaly-backup restore parameters
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 b50bfeedb..6314cf1ec 100644
--- a/doc/gitaly-backup.md
+++ b/doc/gitaly-backup.md
@@ -68,6 +68,7 @@ Gitaly and Gitaly Cluster.
| `storage_name` | string | yes | Name of the storage where the repository is stored. |
| `relative_path` | string | yes | Relative path of the repository. |
| `gl_project_path` | string | no | Name of the project. Used for logging. |
+ | `always_create` | boolean | no | Create the repository even if no bundle for it exists (for compatibility with existing backups) |
For example, `restore_job.json`: