[Ghost] LightsailのGhostバージョンをアップデートする
Ghost 5.7.1
Lightsail上のGhostを更新する方法は簡単です。
LightsailにSSHアクセスし、以下のコマンドを打ちます。
1
cd /opt/bitnami/ghost
次に更新を行います。
1
$ sudo su ghost -c "ghost update"
新しいバージョンをダウンロード後、更新作業を行います。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
✔ Checking system Node.js version - found v18.18.2
ℹ Ensuring user is not logged in as ghost user [skipped]
ℹ Checking if logged in user is directory owner [skipped]
✔ Checking current folder permissions✔ Checking memory availability
✔ Checking free space✔ Checking for available migrations
✔ Checking for latest Ghost version# 5.75.1*
Fixed deleting members with email disabled (#19222) - Simon Backx---View the changelog for full details: https://github.com/tryghost/ghost/compare/v5.75.0...v5.75.1
We're looking for DevOps engineers to join Ghost: https://careers.ghost.org/devops-engineer
✔ Fetched release notes
✔ Downloading and updating Ghost to v5.75.1
✔ Stopping Ghost✔ Linking latest Ghost and recording versions
✔ Linking built-in themes
✔ Restarting Ghost
ℹ Removing old Ghost versions [skipped]
作業ログ
これで再度バージョンの確認をすると新しいバージョンが反映されています。
[参考] [
Upgrade Ghost
](https://docs.bitnami.com/general/apps/ghost/administration/upgrade/)
This post is licensed under CC BY 4.0 by the author.