errros -> errors
This commit is contained in:
parent
eda55662f3
commit
403eea7b7a
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ sudo chown git:git /var/opt/gitlab/gitlab-ci/builds
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Problems when importing CI database to GitLab
|
#### Problems when importing CI database to GitLab
|
||||||
If you were migrating CI database from MySQL to PostgreSQL manually you can see errros during import about missing sequences:
|
If you were migrating CI database from MySQL to PostgreSQL manually you can see errors during import about missing sequences:
|
||||||
```
|
```
|
||||||
ALTER SEQUENCE
|
ALTER SEQUENCE
|
||||||
ERROR: relation "ci_builds_id_seq" does not exist
|
ERROR: relation "ci_builds_id_seq" does not exist
|
||||||
|
|
Loading…
Reference in a new issue