humm you nailed it. I learned by the hard way. I am working too fast.
I just realize that because new versions has a visual queue at admin/background_migrations
But I got a problem to migrate to hash and I will put I down and how can I solved it.
erro que não consegue migrar para hashed
#https://gitlab3.csivix.com.br/admin/background_jobs = OpenSSL::Cipher::CipherError:
Back up and restore GitLab | GitLab
Problem with background migration - #5 by servuc
gitlab-rake db:migrate
gitlab-rails dbconsole
UPDATE projects SET runners_token = null, runners_token_encrypted = null;
UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
UPDATE application_settings SET runners_registration_token_encrypted = null;
UPDATE application_settings SET encrypted_ci_jwt_signing_key = null;
UPDATE ci_runners SET token = null, token_encrypted = null;
UPDATE ci_builds SET token = null, token_encrypted = null;
ctrl+d
gitlab-rake gitlab:storage:migrate_to_hashed
gitlab-rake gitlab:storage:hashed_projects
gitlab-rake gitlab:storage:legacy_projects
gitlab-ctl restart