- Published on
Ghost をアップグレードしました
- Authors
- Name
- Satoshi Oikawa
- https://x.com/oikwsat
本ブログにはGhostを使っています。
バージョンが 1.0 になる前から使っているのですが,ようやく 2017-7-23 に 1.0 にメジャーバージョンアップされました!(多謝)
0.9 から 1.0 へのアップグレードと 1.11.1 へのアップデートを行ったので,簡単に手順をメモしておきます。
1.0 へのバージョンアップ手順
- Migrating to 1.0.0
- データは import&export で移行
1.0 移行のバージョンアップ手順
- ghost-cli が準備されていて update はコマンドで出来るようになった
- 以下実行コマンド
$ ghost update
✔ Checking for latest Ghost version
✔ Downloading and updating Ghost to v1.11.1
Running sudo command: systemctl stop ghost_localhost
✔ Stopping Ghost
✔ Linking latest Ghost and recording versions
Running sudo command: -E -u ghost /usr/local/lib/node_modules/ghost-cli/node_modules/.bin/knex-migrator-migrate --init --mgpath /var/www/ghost/current
[2017-10-05 20:55:54] INFO Finished database migration!
✔ Running database migrations
✔ Validating config
Running sudo command: systemctl start ghost_localhost
✔ Restarting Ghost
ℹ Removing old Ghost versions [skipped]
$ ghost restart
Running sudo command: systemctl restart ghost_localhost
✔ Restarting Ghost
メジャーバージョンアップして,更にデフォルトテーマが格好良くなったので,ブログを自前でホスティングしたい,手を加えずカッコいいテーマ使いたい,といった人に特に Ghost はオススメです。