I have upgraded from 12.0.3 to 13.9.3 with your help. I want to tell about my problems with the upgrading, for other people who have the same problems.
I have already given the fix for version> 12.3, but for the sake of completeness I will still write both fixes here. Both fixes are about the fact that index problems during the migration cancel the script and nothing works anymore. But that is not a problem, because here you only have to make changes to the database.
Here's how you go about solving this:
Connect to Synology via SSH (putty)
Get administrator rights:
sudo -i
Establish access to the Postgres database:
_sudo / usr / local / bin / docker exec --user = postgres -it synology_gitlabpostgresql bash -c "psql -d gitlab"
Hello,
I have upgraded from 12.0.3 to 13.9.3 with your help. I want to tell about my problems with the upgrading, for other people who have the same problems.
I have already given the fix for version> 12.3, but for the sake of completeness I will still write both fixes here. Both fixes are about the fact that index problems during the migration cancel the script and nothing works anymore. But that is not a problem, because here you only have to make changes to the database.
Here's how you go about solving this:
After these two fixes, all upgrades went through without any problems in the same order as described on https://github.com/jboxberger/synology-gitlab#updates.
Thank you again @jboxberger for your great work here.