差分

移動先: 案内検索

Tep3-onk

171 バイト追加, 2022年9月12日 (月) 15:53
postgres
== postgres ==
$ heroku pg:backups:capture
$ heroku pg:backups:download
$ createdb mydb
$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump
<nowiki>=# select count(*) from clients;

案内メニュー