mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

VACUUM FULLが終わりました。速くなったかな?メンテナンスモードになっていたのは6分30秒ほどでした。

$ heroku maintenance:on
$ heroku logs -t

まだ再試行してるジョブがあるけれどまあいいだろう。

$ heroku ps:scale web=0
$ heroku pg:psql
zundan-mastodon::DATABASE=> VACUUM FULL;
Time: 138591.313 ms
zundan-mastodon::DATABASE=>
zundan-mastodon::DATABASE=> \q
$ TZ=UTC date
Wed Sep 20 18:11:48 UTC 2017
$ heroku ps:scale web=1

Dynoのupを待って、

$ heroku maintenance:off