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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
267a96f3
Commit
267a96f3
authored
Oct 02, 2016
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to the "What requires downtime?" page from the Migration Style Guide
[ci skip]
parent
c9352aa6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/development/migration_style_guide.md
doc/development/migration_style_guide.md
+4
-4
No files found.
doc/development/migration_style_guide.md
View file @
267a96f3
...
@@ -9,10 +9,10 @@ a big burden for most organizations. For this reason it is important that your
...
@@ -9,10 +9,10 @@ a big burden for most organizations. For this reason it is important that your
migrations are written carefully, can be applied online and adhere to the style guide below.
migrations are written carefully, can be applied online and adhere to the style guide below.
Migrations should not require GitLab installations to be taken offline unless
Migrations should not require GitLab installations to be taken offline unless
_absolutely_
necessary
. If a migration requires downtime this should be
_absolutely_
necessary
- see the
[
"What Requires Downtime?"
](
what_requires_downtime.md
)
clearly mentioned during the review process as well as being documented in the
page. If a migration requires downtime, this should be clearly mentioned during
monthly release post. For more information see the "Downtime Tagging" section
the review process, as well as being documented in the monthly release post. For
below.
more information, see the "Downtime Tagging" section
below.
When writing your migrations, also consider that databases might have stale data
When writing your migrations, also consider that databases might have stale data
or inconsistencies and guard for that. Try to make as little assumptions as possible
or inconsistencies and guard for that. Try to make as little assumptions as possible
...
...
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