Keywords: Parse - Virtual Machines - How to - Upgrade
Description:
Went through the steps of upgrading parse server. (https://docs.bitnami.com/bch/apps/parse/administration/upgrade/)
Once I changed the file permissions using the following command:
chown bitnami:daemon -R .
I tried to restart the parse server and got the following error:
Error: EACCES: permission denied, open '/opt/bitnami/apps/parse/.forever/79dQ.log
Prior to changing the permisions it was working.
How can I sort this out?