Skip to content
Snippets Groups Projects
Commit fda6a52a authored by Mitchell Nielsen's avatar Mitchell Nielsen
Browse files

Add note that gitlab.rb may not need backup

Adds a note for the scenario when gitlab.rb will not need to be backed
up for clarity.
parent 8f2c797b
No related branches found
No related tags found
1 merge request!24Bumping heptapod-stable for 0.19
---
title: Add note about backing up gitlab.rb in Docker
merge_request: 4707
author:
type: other
......@@ -503,6 +503,12 @@
Read more on how to [back up and restore GitLab](https://docs.gitlab.com/ee/raketasks/backup_restore.html).
NOTE: **Note:**
If configuration is provided entirely via the `GITLAB_OMNIBUS_CONFIG` environment variable
(per the ["Pre-configure Docker Container"](#pre-configure-docker-container) steps),
meaning no configuration is set directly in the `gitlab.rb` file, then there is no need
to back up the `gitlab.rb` file.
## Installing GitLab Community Edition
[GitLab CE Docker image](https://hub.docker.com/r/gitlab/gitlab-ce/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment