Commit 81f077a5 authored by Marius Bobin's avatar Marius Bobin

Update downgrading to CE instructions

parent df112e1e
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment