差分

移動先: 案内検索

Tep3-onk-2

197 バイト追加, 2022年12月14日 (水) 10:41
データベース移行
$ 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
=== 作り直すアプリはデータベース構造を変えるのでテーブルごとにダンプ・リストアする ===

案内メニュー