There was an error fetching the commit references. Please try again later.
Add gitlab-backup user
* Creates the gitlab-backup user and groups if they dont' exist * Adds the user to other groups * For use by gitlab-backup-cli for read/write permission to data for backups and restores Changelog: added
Showing
- doc/settings/configuration.md 2 additions, 1 deletiondoc/settings/configuration.md
- docker/assets/setup 6 additions, 0 deletionsdocker/assets/setup
- files/gitlab-config-template/gitlab.rb.template 9 additions, 0 deletionsfiles/gitlab-config-template/gitlab.rb.template
- files/gitlab-cookbooks/gitaly/recipes/git_data_dirs.rb 1 addition, 1 deletionfiles/gitlab-cookbooks/gitaly/recipes/git_data_dirs.rb
- files/gitlab-cookbooks/gitlab/attributes/default.rb 9 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/attributes/default.rb
- files/gitlab-cookbooks/gitlab/recipes/default.rb 7 additions, 3 deletionsfiles/gitlab-cookbooks/gitlab/recipes/default.rb
- files/gitlab-cookbooks/gitlab/recipes/gitlab-backup-cli.rb 18 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/recipes/gitlab-backup-cli.rb
- files/gitlab-cookbooks/gitlab/recipes/gitlab-backup-cli_disable.rb 41 additions, 0 deletions...lab-cookbooks/gitlab/recipes/gitlab-backup-cli_disable.rb
- files/gitlab-cookbooks/package/libraries/config/gitlab.rb 1 addition, 0 deletionsfiles/gitlab-cookbooks/package/libraries/config/gitlab.rb
- files/gitlab-cookbooks/postgresql/recipes/enable.rb 2 additions, 1 deletionfiles/gitlab-cookbooks/postgresql/recipes/enable.rb
- files/gitlab-cookbooks/postgresql/recipes/user.rb 2 additions, 1 deletionfiles/gitlab-cookbooks/postgresql/recipes/user.rb
- files/gitlab-cookbooks/registry/recipes/enable.rb 2 additions, 1 deletionfiles/gitlab-cookbooks/registry/recipes/enable.rb
- spec/chef/cookbooks/gitlab/recipes/gitlab-backup-cli-disable_spec.rb 54 additions, 0 deletions...ookbooks/gitlab/recipes/gitlab-backup-cli-disable_spec.rb
- spec/chef/cookbooks/gitlab/recipes/gitlab-backup-cli_spec.rb 44 additions, 10 deletionsspec/chef/cookbooks/gitlab/recipes/gitlab-backup-cli_spec.rb
- spec/chef/cookbooks/postgresql/recipes/postgresql_spec.rb 12 additions, 2 deletionsspec/chef/cookbooks/postgresql/recipes/postgresql_spec.rb
- spec/chef/cookbooks/postgresql/recipes/user_spec.rb 10 additions, 3 deletionsspec/chef/cookbooks/postgresql/recipes/user_spec.rb
- spec/chef/support/shared_examples/git_data_dirs.rb 1 addition, 1 deletionspec/chef/support/shared_examples/git_data_dirs.rb
- spec/chef/support/shared_examples/registry_service.rb 5 additions, 1 deletionspec/chef/support/shared_examples/registry_service.rb
Loading
Please register or sign in to comment