As parabol user:
cd ~/parabol
git checkout <tag>
yarn
Apply the patch in ~/diff-reflection-disable manually
yarn
check .env for versions
yarn update-schema
yarn build
yarn db:migrate (must print migrations)
As root:
version=v5.30.0
cp -r /home/parabol/parabol/build/* /var/www/parabol/build/v5.30.0/ && chown www-data:www-data -R /var/www/parabol
cp -r /home/parabol/parabol/static/images/* /var/www/parabol/build/v5.30.0/static/ && chown www-data:www-data -R /var/www/parabol
As parabol user:
test using yarn start
Thanks for the quick feedback! I will work in this again soon hopefully. Do you remember what the patch was about? May be it will come in handy again.