aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-10-04 15:37:54 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-10-04 15:51:26 +0000
commitd5e24450ba9b773dec509c9ade46d59ec0392d43 (patch)
tree54779e0c5bf93b1da886200d893886cda95c086e /UPDATING
parentf23a781c8358f5d6bc61e13ab31a6368ce89e434 (diff)
downloadports-d5e24450ba9b773dec509c9ade46d59ec0392d43.tar.gz
ports-d5e24450ba9b773dec509c9ade46d59ec0392d43.zip
www/gitlab-ce: upgrade to 16.4.1
At first make sure you finished the upgrade to 16.3.x! While running the database migration step, an error can happen. So maybe test this at first in a test instance and/or have a backup ready. You should not need it, but for this update it is better to have it ;) A fix is described in the upgrade manual: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md#database-migration-fails The problem itself is described here: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8227 But as everyone has a different name for the foreign key that causes this problem a corrected migration step does maybe not fix the problem for all users. This is the reason I described steps in the upgrade manual to fix it for all users and not wait for a upstream migration fix that does maybe not fix it, like this one: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132686 This version and all further version will not be made available in quartely branch 2023Q4 to give the users the possibilty to first upgrade to required 16.3 version which is in quarterly branch 2023Q4 available. Changelog: https://about.gitlab.com/releases/2023/09/22/gitlab-16-4-released/ https://about.gitlab.com/releases/2023/09/28/security-release-gitlab-16-4-1-released/
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0bbb26ac51ce..d0f081229407 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20231004:
+ AFFECTS: www/gitlab-ce
+ AUTHOR: mfechner@FreeBSD.org
+
+ Before you upgrade to version 16.4.x or higher, make sure you did the
+ upgrade to 16.3.x!
+
+ The database migration for 16.4.1 can fail due to unexpected name of a foreign key.
+ So it is recommended to have a database backup available in case the solution
+ described in the update manual does not work for you.
+
+ The upgrade manual can be found as usual here:
+ https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md
+
+
20230930:
AFFECTS: users of Transmission (net-p2p/transmission@*)
AUTHOR: mondo.debater_0q@icloud.com