$ heroku maintenance:on
して
$ heroku logs -t
してしばらく待機してSidekiqにお仕事をしてもらって https://devcenter.heroku.com/articles/upgrading-heroku-postgres-databases#upgrading-with-pg-copy に従って進めました。
$ heroku addons:create heroku-postgresql:standard-0
$ heroku addons:info postgresql-silhouetted-99516
=== postgresql-silhouetted-99516
Attachments: zundan-mastodon::HEROKU_POSTGRESQL_ROSE
Installed at: Fri Feb 15 2019 19:46:51 GMT+0000 (Coordinated Universal Time)
Owning app: zundan-mastodon
Plan: heroku-postgresql:standard-0
Price: $50/month
State: creating
$ heroku pg:wait
$ heroku ps:scale web=0
$ heroku pg:copy DATABASE_URL HEROKU_POSTGRESQL_ROSE
$ heroku pg:promote HEROKU_POSTGRESQL_ROSE
$ heroku ps:scale web=1
$ heroku maintenance:off
あとで$9/月のデータベースを破棄してElasticSearchを止めること。
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.