Hi All,
Used the old v4.1.0 instructions and replies to get through ruby upgrade and through a v4.1.4 update from v4.1.1
https://community.opalstack.com/d/1129-how-to-upgrade-mastodon-to-v410
I took the purge media down to 1 day to trim my normal storage run on OpalStack from usual 50-60 gigs to around 25. Then tarred the ~/apps/<mastodonapp>
to a backup directory on my profile on the opalstack server. All good there. Went through the instructions from above to roll v4.1.4 and all when well but I did get some Yarn errors.
$ yarn install
Yarn executable was not detected in the system.
and
$ RAILS_ENV=production bundle exec rails assets:precompile
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
Yarn not installed. Please download and install Yarn from https://yarnpkg.com/lang/en/docs/install/
Exiting!
I was able to ./restart and my mastodon instance is running with what I want.
Mastodon 4.1.4
Ruby 3.0.6p216
PostgreSQL 11.13
Redis 5.0.5
Do I need to freak about Yarn? If so, how should I address or fix that?
Appreciate any ideas/feedback.