GitLab 13.3에서 13.4로 업데이트 할 때 문제가되는 이야기와 솔루션

1401 단어 GitLab

GitLab 13.4 업데이트 후 일부 리포지토리에서 오류 발생




발생하는 환경과 발생하지 않는 환경이 있는 것 같습니다만, 원인은 알 수 없습니다.
2 환경중, 1개에서는 발생했습니다만, 다른 1개에서는 문제없이 업데이트가 되어 있었습니다.

해결책



GitLab Runner 토큰 재설정
htps : // / cs. 기 t b. 이 m / 세 / 죽인 sks / 바 c p_레 s 잡아. html
# gitlab-rails dbconsole

gitlabhq_production=> UPDATE projects SET runners_token = null, runners_token_encrypted = null;
gitlabhq_production=> UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
gitlabhq_production=> UPDATE application_settings SET runners_registration_token_encrypted = null;
gitlabhq_production=> UPDATE ci_runners SET token = null, token_encrypted = null;
gitlabhq_production=> exit

Migration 실행
# gitlab-rake gitlab:storage:migrate_to_hashed

포럼에서도 비슷한 논의가 있었다.
htps : // 흠 m. 기 t b. 이 m / t / u pg et al.

좋은 웹페이지 즐겨찾기