Skip to content

Draft: Document issues when upgrading from 13.1-stable to 13.7-stable

Pavel Dostál requested to merge pdostal/gitlab:doc-update-13.1-to-13.7 into master

What does this MR do?

Hello,

when I was upgrading from 13.1-stable to 13.7-stable on instance installed from source I encountered two issues I want to document:

  • The btree_gist postgresql extension was missing and must be installed as superuser.
  • Install Gitaly using gitlab:gitaly:install rake task instead of make.
  • The rack_attack_backup.rb file blocked GitLab Workhorse installation.

Issues and commits I found useful during the upgrade process: gitaly!2454 (merged) gitlab-git#1144 (closed) #233964 (closed)

Have a good 20201!

Does this MR meet the acceptance criteria?

Conformity

Edited by Pavel Dostál

Merge request reports