Hi all -
Did 4.2.5 in the rush now did 4.2.6 and getting
puma: ERROR (spawn error)
sidekiq: ERROR (spawn error)
at start.
4.2.5 --> 4.2.6 Upgrade Steps I did
ruby --version
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
cd apps/appname
source setenv
./stop
cd mastodon
git fetch && git checkout v4.2.6
bundle config set jobs 4
bundle install
yarn install --frozen-lockfile
cd ..
./start
4.2.5 was running well.