
[PostgreSQL] Native client is not specified for connection , Native client home 'postgresql-x64-10' not found feat. DBeaver.pg_dump
error
2024. 8. 1. 10:59
# 원인 :pg_dump(백업) 할 때 Local client configuration을 안잡아줘서 그런것. # 해결 :아래 Local Client를 눌러서 버전에 맞는 client를 잡아주기

[PostgreSQL] no pg_hba.conf entry for host "192.168.xx", user "postgres", database "postgres", SSL off error 오류 해결하기
error
2024. 8. 1. 10:57
# 원인 :해당 아이피 권한이 없어서 그런것. #해결 방법 :C:\Program Files\PostgreSQL\12\data 경로에서 pg_hba.conf를 열어host all all 0.0.0.0/0 md5 추가 or 원하는 아이피만 추가 하기
[git error] nothing to commit, working tree clean
error
2024. 7. 25. 13:10
해결 방법 1. rm -rf .git/ 2. git init 3. git commit -m "Commit message" 4. git remote add origin 레포지터리 주소 5. git push -f origin main
[docker toolbox] This computer is running Hyper-V error
error
2024. 7. 23. 08:52
docker toolbox 실행 시 아래와 같은 에러가 나오면Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver cmd 관리자 권한에서 아래 명령어 입력 후 재부팅 하기bcdedit /set hypervisorlaunchtype off