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.
Reference
이 문제에 관하여(GitLab 13.3에서 13.4로 업데이트 할 때 문제가되는 이야기와 솔루션), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/m1na1P/items/e2241a8988c1f3bdb80b
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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.
Reference
이 문제에 관하여(GitLab 13.3에서 13.4로 업데이트 할 때 문제가되는 이야기와 솔루션), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/m1na1P/items/e2241a8988c1f3bdb80b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)