mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Update EE downgrade instructions to include JenkinsDeprecatedService
Closes #19133 [ci skip]
This commit is contained in:
@@ -44,13 +44,13 @@ to avoid getting this error, you need to remove all instances of the
|
||||
**Omnibus Installation**
|
||||
|
||||
```
|
||||
$ sudo gitlab-rails runner "Service.where(type: 'JenkinsService').delete_all"
|
||||
$ sudo gitlab-rails runner "Service.where(type: ['JenkinsService', 'JenkinsDeprecatedService']).delete_all"
|
||||
```
|
||||
|
||||
**Source Installation**
|
||||
|
||||
```
|
||||
$ bundle exec rails runner "Service.where(type: 'JenkinsService').delete_all" production
|
||||
$ bundle exec rails runner "Service.where(type: ['JenkinsService', 'JenkinsDeprecatedService']).delete_all" production
|
||||
```
|
||||
|
||||
## Downgrade to CE
|
||||
|
||||
Reference in New Issue
Block a user