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
fa549bbf
Commit
fa549bbf
authored
Jun 29, 2021
by
Anton Smith
Committed by
Achilleas Pipinellis
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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/update/index.md
doc/update/index.md
+13
-5
No files found.
doc/update/index.md
View file @
fa549bbf
...
...
@@ -387,9 +387,8 @@ Git 2.31.x and later is required. We recommend you use the
### 13.9.0
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`
)
...
...
@@ -409,9 +408,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
)
.
### 13.6.0
...
...
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