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
Boxiang Sun
gitlab-ce
Commits
1843eeff
Commit
1843eeff
authored
Jul 04, 2017
by
Harish Ramachandran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Specify that backup restoration must be of the same type
parent
53c626bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/raketasks/backup_restore.md
doc/raketasks/backup_restore.md
+7
-7
No files found.
doc/raketasks/backup_restore.md
View file @
1843eeff
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
An application data backup creates an archive file that contains the database,
An application data backup creates an archive file that contains the database,
all repositories and all attachments.
all repositories and all attachments.
You can only restore a backup to
**exactly the same version
**
of GitLab on which
You can only restore a backup to
**exactly the same version
and type (CE/EE)**
it was created. The best way to migrate your repositories from one server to
of GitLab on which it was created. The best way to migrate your repositories
another is through backup restore.
from one server to
another is through backup restore.
## Backup
## Backup
...
@@ -369,8 +369,8 @@ The [restore prerequisites section](#restore-prerequisites) includes crucial
...
@@ -369,8 +369,8 @@ The [restore prerequisites section](#restore-prerequisites) includes crucial
information. Make sure to read and test the whole restore process at least once
information. Make sure to read and test the whole restore process at least once
before attempting to perform it in a production environment.
before attempting to perform it in a production environment.
You can only restore a backup to
**exactly the same version
**
of GitLab that
You can only restore a backup to
**exactly the same version
and type (CE/EE)**
of
you created it on, for example
9.1.0.
GitLab that you created it on, for example CE
9.1.0.
### Restore prerequisites
### Restore prerequisites
...
@@ -441,8 +441,8 @@ Deleting tmp directories...[DONE]
...
@@ -441,8 +441,8 @@ Deleting tmp directories...[DONE]
This procedure assumes that:
This procedure assumes that:
-
You have installed the
**exact same version
**
of GitLab Omnibus with which the
-
You have installed the
**exact same version
and type (CE/EE)**
of GitLab
backup was created.
Omnibus with which the
backup was created.
-
You have run
`sudo gitlab-ctl reconfigure`
at least once.
-
You have run
`sudo gitlab-ctl reconfigure`
at least once.
-
GitLab is running. If not, start it using
`sudo gitlab-ctl start`
.
-
GitLab is running. If not, start it using
`sudo gitlab-ctl start`
.
...
...
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