hi,
I facing GitlabCE v13.12.4 running in ubuntu 20.04 failed to upgrade to 14.0.1?
here the error message, how I can solve it?
thanks.
hi,
I facing GitlabCE v13.12.4 running in ubuntu 20.04 failed to upgrade to 14.0.1?
here the error message, how I can solve it?
thanks.
any idea can solve this? thanks
The link in the error above tells you how to migrate to hashed storage. Do that, wait until it’s finished and try the upgrade again.
may know what is the different hashed storage and legacy storage?
Unhashed storage, which is no longer supported as per the docs and upgrade errors. Basically, instead of seeing directory names under /var/opt/gitlab/git-data/repositories for your projects, or the actual filenames, it’s replaced with hashed directories and hashed filenames.
You can read more here: Repository storage types | GitLab
I run the Omnibus installation
sudo gitlab-rake gitlab:storage:migrate_to_hashed
and get the error? how I can migrate it and upgrade to 14.0.1?
Run:
gitlab-ctl status
and make sure all your services are running, and then try the migrate.
gitlab-ctl restart
to restart everything.
Never post text as image!
See the answers to:
I start back service and run this 2 command is working to upgrade from 13.12.4 to 13.12.5
sudo gitlab-rake gitlab:storage:migrate_to_hashed
sudo apt-get install gitlab-ce
after I will upgrade again using same command sudo apt-get install gitlab-ce is totally cant detect have new version? but my gitlab is show update available
how I can using the command and upgrade?
You’ve done it again: posted text as an image!
Do I really have to repeat it: NEVER POST TEXT AS AN IMAGE!