2017-07-13 / syui

heroku

mastodon-heroku-db-reset

herokuのdbがlimitに近づいてきたのでバックアップしていたものをリストアして対応した。

https://devcenter.heroku.com/articles/heroku-postgres-import-export

$ pg_restore --verbose --clean --no-acl --no-owner -h $HOST -U $USERNAME -d $DATABASE ./$filename