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
81f077a5
Commit
81f077a5
authored
May 11, 2020
by
Marius Bobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update downgrading to CE instructions
parent
df112e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/downgrade_ee_to_ce/README.md
doc/downgrade_ee_to_ce/README.md
+5
-2
No files found.
doc/downgrade_ee_to_ce/README.md
View file @
81f077a5
...
@@ -48,15 +48,18 @@ to avoid getting this error, you need to remove all instances of the
...
@@ -48,15 +48,18 @@ to avoid getting this error, you need to remove all instances of the
**Omnibus Installation**
**Omnibus Installation**
```
shell
```
shell
sudo
gitlab-rails runner
"Service.where(type: ['JenkinsService', '
JenkinsDeprecatedService', '
GithubService']).delete_all"
sudo
gitlab-rails runner
"Service.where(type: ['JenkinsService', 'GithubService']).delete_all"
```
```
**Source Installation**
**Source Installation**
```
shell
```
shell
bundle
exec
rails runner
"Service.where(type: ['JenkinsService', '
JenkinsDeprecatedService', '
GithubService']).delete_all"
production
bundle
exec
rails runner
"Service.where(type: ['JenkinsService', 'GithubService']).delete_all"
production
```
```
NOTE:
**Note:**
If you are running
`GitLab =< v13.0`
you need to also remove
`JenkinsDeprecatedService`
records.
### Variables environment scopes
### Variables environment scopes
If you're using this feature and there are variables sharing the same
If you're using this feature and there are variables sharing the same
...
...
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