-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added check for external database #15
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks a lot for your PR. I'll wait with merging until you give me an OK, is that fine for you? |
Yeah sure, just an edge case I found as I'm using an external db on AWS for HA. |
Every PR is welcome =) |
Confirmed that this works in a HA scenario, when coupled with the high_availability option. |
tobru
added a commit
that referenced
this pull request
Jul 17, 2015
Added check for external database
b4ldr
added a commit
to icann-dns/puppet-gitlab
that referenced
this pull request
Apr 3, 2018
# This is the 1st commit message: . # This is the commit message #2: remove duplicate githooks # This is the commit message #3: Refactor cirunners - - update # This is the commit message #4: add deprecation notice # This is the commit message #5: add travis secret for publishing module # This is the commit message #6: release 1.16.0 # This is the commit message #7: rename changelog for release gem # This is the commit message voxpupuli#8: rewrite changelog with github-changelog-generator # This is the commit message voxpupuli#9: [blacksmith] Bump version to 1.16.1-rc0 # This is the commit message voxpupuli#10: modulesync 1.7.0 # This is the commit message voxpupuli#11: modulesync 1.7.0 take 2 # This is the commit message voxpupuli#12: fix spec test hiera location # This is the commit message voxpupuli#13: release 1.16.1 # This is the commit message voxpupuli#14: [blacksmith] Bump version to 1.16.2-rc0 # This is the commit message voxpupuli#15: Propose small spelling change # This is the commit message voxpupuli#16: Fixed redhat installation # This is the commit message voxpupuli#17: add letsencrypt section to gitlab.rb # This is the commit message voxpupuli#18: I think there were some minor problems with voxpupuli#155. This allows managing the backup cron w/o managing the config file and fixing SKIP syntax. # This is the commit message voxpupuli#19: setup fast indexing of ssh keys # This is the commit message voxpupuli#20: add unit test for store_git_keys_in_db # This is the commit message voxpupuli#21: added docs for using store_git_keys_in_db feature # This is the commit message voxpupuli#22: add variable to scope # This is the commit message voxpupuli#23: update regex in ssh fast lookup spec # This is the commit message voxpupuli#24: another stab at regex # This is the commit message voxpupuli#25: typo correction # This is the commit message voxpupuli#26: checking file exists first
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If using an external database, an additional exec step is needed as outlined in the gitlab documentation:
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/database.md