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
7fef8643
Commit
7fef8643
authored
Jun 29, 2021
by
Anton Smith
Committed by
Achilleas Pipinellis
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo - remove reference to 13.9 patch
parent
e374783c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
doc/administration/geo/replication/version_specific_updates.md
...dministration/geo/replication/version_specific_updates.md
+13
-5
No files found.
doc/administration/geo/replication/version_specific_updates.md
View file @
7fef8643
...
...
@@ -18,9 +18,8 @@ We found an [issue with Git clone/pull through HTTP(s)](https://gitlab.com/gitla
## Updating to GitLab 13.9
We've detected an issue
[
with a column rename
](
https://gitlab.com/gitlab-org/gitlab/-/issues/324160
)
that may prevent upgrades to GitLab 13.9.0, 13.9.1, 13.9.2 and 13.9.3.
We are working on a patch, but until a fixed version is released, you can manually complete
the zero-downtime upgrade:
that will prevent upgrades to GitLab 13.9.0, 13.9.1, 13.9.2 and 13.9.3 when following the zero-downtime steps. It is necessary
to perform the following additional steps for the zero-downtime upgrade:
1.
Before running the final
`sudo gitlab-rake db:migrate`
command on the deploy node,
execute the following queries using the PostgreSQL console (or
`sudo gitlab-psql`
)
...
...
@@ -40,9 +39,18 @@ the zero-downtime upgrade:
```
If you have already run the final
`sudo gitlab-rake db:migrate`
command on the deploy node and have
encountered the
[
column rename issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/324160
)
, you
can st
ill
follow the previous steps to complete the update.
encountered the
[
column rename issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/324160
)
, you
w
ill
see the following error:
```
shell
--
remove_column
(
:application_settings, :asset_proxy_whitelist
)
rake aborted!
StandardError: An error has occurred, all later migrations canceled:
PG::DependentObjectsStillExist: ERROR: cannot drop column asset_proxy_whitelist of table application_settings because other objects depend on it
DETAIL: trigger trigger_0d588df444c8 on table application_settings depends on column asset_proxy_whitelist of table application_settings
```
To work around this bug, follow the previous steps to complete the update.
More details are available
[
in this issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/324160
)
.
## Updating to GitLab 13.7
...
...
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