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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e2be419c
Commit
e2be419c
authored
Sep 22, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add to migration on what to do if you don't want your data.
parent
39809227
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/migrate_ci_to_ce/README.md
doc/migrate_ci_to_ce/README.md
+8
-0
No files found.
doc/migrate_ci_to_ce/README.md
View file @
e2be419c
...
...
@@ -28,6 +28,14 @@ upgrade to 8.0 until you finish the migration procedure.
### Before upgrading
If you have GitLab CI installed using omnibus-gitlab packages but
*you don't want to migrate your existing data*
:
```
bash
mv
/var/opt/gitlab/gitlab-ci/builds /var/opt/gitlab/gitlab-ci/builds.
$(
date
+%s
)
```
and run
`sudo gitlab-ctl reconfigure`
.
#### 1. Verify that backups work
Make sure that the backup script on both servers can connect to the database.
...
...
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