Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3a1b21fe
Commit
3a1b21fe
authored
Nov 12, 2016
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing sudo skip-auto-migration
parent
6eeff67c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/administration/high_availability/database.md
doc/administration/high_availability/database.md
+1
-1
No files found.
doc/administration/high_availability/database.md
View file @
3a1b21fe
...
@@ -102,7 +102,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
...
@@ -102,7 +102,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
1.
Exit the database prompt by typing
`\q`
and Enter.
1.
Exit the database prompt by typing
`\q`
and Enter.
1.
Exit the
`gitlab-psql`
user by running
`exit`
twice.
1.
Exit the
`gitlab-psql`
user by running
`exit`
twice.
1.
Run
`sudo gitlab-ctl reconfigure`
a final time.
1.
Run
`sudo gitlab-ctl reconfigure`
a final time.
1.
Run
`touch /etc/gitlab/skip-auto-migrations`
to prevent database migrations
1.
Run
`
sudo
touch /etc/gitlab/skip-auto-migrations`
to prevent database migrations
from running on upgrade. Only the primary GitLab application server should
from running on upgrade. Only the primary GitLab application server should
handle migrations.
handle migrations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment