Application11 [gitlab] gitlab 패스워드 변경 깃랩 패스워드를 변경해보자! 1) 깃랩 컨테이너 접속# docker exec -it gitlab /bin/bash 2) 레일즈 콘솔 실행# gitlab-rails consoleroot@dodo:/# gitlab-rails console -e production-------------------------------------------------------------------------------- Ruby: ruby 3.1.5p253 (2024-04-023 revision 1945f8dc0e) [x86_64-linux] GitLab: 17.0.1 (bd824d1abb2) FOSS GitLab Shell: 14.35.0 PostgreSQL: 14.11-------------.. 2024. 6. 10. [git/gitlab] 도커로 gitlab 설치 1) gitlab?gitlab은 Git 리포지토리를 호스팅하고 DevOps 기능을 제공하는 강력한 플랫폼이다.Docker를 이용해서 gitlab을 설치해보자 ※ 참고로 compose 방식으로 사용할꺼다. [테스트 환경]OS : Ubuntu 22.04 2. 사전 준비1) docker 설치2) docker compost 1) docker // Ubuntu 기준# sudo apt-get update # sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common # curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - #.. 2024. 6. 10. [SQL] MySQL replication status 정보 정리 ● slave status 정보설명 Slave_IO_State I/O Thread의 상태, 아래 'Slave_IO_State 값' 표 참고 Master_Host Master의 Hostname Master_User Master의 접속 계정명 Master_Port Master의 접속 포트 Connect_Retry Master에 접속할 수 없을 때 재접속 시도 시간(초) Master_Log_File I/O Thread가 읽고있는 Master 갱신로그 파일 Read_Master_Log_Pos I/O Thread가 읽고있는 Master 갱신로그의 위치 Exec_Master_Log_Pos 값과 일치하지 않으면 Exec_Master_Log_Pos 시점부터 오류발생 (단, 덤프뜨는데 대용량(100GB 규모급...)이면.. 2023. 3. 13. [Apache] Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. 오늘은 apache 400 bad request error 에 대해 알아보자 Bad Request Your browser sent a request that this server could not understand. Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. [증상] ■ apache 2.2 / php 소스 / 가상호스트 설정되어 사용중에 위와같은 에러 발생 ■ 가상호스트에 설정된 ErrorLog나 CustomLog 에 찍히지 않고 기본 가상호스트(제일 최상단)에 설정된 customlog에 400 get 로그만 찍힘(에러로그에는 안찍힘) ■ 확인.. 2023. 2. 16. 이전 1 2 3 다음