3,765
回編集
差分
→データベース移行
$ createdb mydb
$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump
=== postgres dump restore ===
% pg_dump -Fc tep5_development > ../202212141027.dump
% pg_restore --verbose --clean --no-acl --no-owner -h localhost -U jq -d tep5_development ../202212141027.dump
=== 作り直すアプリはデータベース構造を変えるのでテーブルごとにダンプ・リストアする ===