방금 heros의 10.2와 일치하는 mac os에서 postgres 10.2로 업그레이드했습니다. 데이터베이스 복사본을 다운로드하여 로컬로 복원하려고합니다. 업그레이드하기 전에 복원이 정상적으로 작동합니다.
난 달린다
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d database_name backup.dump
하지만이 오류가 발생합니다.
pg_restore : [archiver] 파일 헤더에서 지원되지 않는 버전 (1.13)
데이터베이스가 정상적으로 작동하는 것 같습니다. Rails 앱이며 pg gem을 업그레이드했습니다. 나는 실행 rake db:create
하고 db:migrate
잘.
brew upgrade postgresql
brew postgresql-upgrade-database