Point out that backups need a task runner node

This commit is contained in:
Jacob Vosmaer 2019-03-11 15:00:48 +00:00 committed by Achilleas Pipinellis
parent a3521bcb43
commit 90ba5f415a
1 changed files with 7 additions and 0 deletions

View File

@ -100,6 +100,13 @@ the gitlab task runner pod via `kubectl`. Refer to [backing up a GitLab installa
kubectl exec -it <gitlab task-runner pod> backup-utility
```
Similarly to the Kubernetes case, if you have scaled out your GitLab
cluster to use multiple application servers, you should pick a
designated node (that won't be auto-scaled away) for running the
backup rake task. Because the backup rake task is tightly coupled to
the main Rails application, this is typically a node on which you're
also running Unicorn/Puma and/or Sidekiq.
Example output:
```