The source project of this merge request has been removed.
Add backup skip example to gitlab.rb
This is a documentation change in the gitlab.rb configuration file, adding an example of skipping backup portions.
Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/53436
gitlab_rails['env'] = {
"SKIP" => "db,uploads,repositories,builds,artifacts,lfs,registry,pages"
}
First time MR! Soliciting advice to be a good contributor.
Edited by Achilleas Pipinellis