1
0
hugo/content/blog/2017-08-22-mastodon.md

21 lines
500 B
Markdown
Raw Normal View History

2024-04-23 13:21:26 +00:00
+++
date = "2017-08-22"
tags = ["mastodon"]
title = "mastodon 1.4-1.5"
slug = "mastodon"
+++
1.4から1.5は自分の場合だけど以下の手順でアップデートできた。
```bash
# Aptfile -> libidn11-dev の行を削除してpush
$ heroku run rake db:migrate -a $APP_NAME
heroku Cannot run more than 1 Free size dynos.
$ heroku kill DYNO --app $APP_NAME
$ heroku run rake db:migrate -a $APP_NAME
$ heroku run rake assets:precompile -a $APP_NAME
$ heroku ps:restart -a $APP_NAME
```