test
pg_restore -C -d postgres ../mastodon/name_of_the_backup.dumpってやるとダンプみつからんっていわれるかそりゃそうか
このアカウントは、notestockで公開設定になっていません。
pg_restore a local db dump into Docker
https://gist.github.com/jgillman/8191d6f587ffc7207a88e987e034b675
bash-4.4# psql -U postgres
psql: FATAL: database "postgres" does not exist
ちょっとわかんなくなったんでリポジトリごとやり直したけど、 cannot drop the currently open database
バックアップはdocker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dumpで行いました
Release v2.7.0rc1 · tootsuite/mastodon https://github.com/tootsuite/mastodon/releases/tag/v2.7.0rc1
こうしろって書いてあるんだよなあ