Upgrading to version 1.7.6

Antony,

Hey - looks like our engineers were able to go into your dev box and issue the following commands to get you up and running. The problem was the DigitalOcean loads everything as root:daemon, our installer didn’t pick that up (different than other environments, AWS, etc). We will try to fix the installer to recognize this.

Have a look at what they did. Important: this is when the ownr:group = root:daemon

sudo scripts/installer.sh (this unfortunately uses the logged in user currently instead of root, thus the commands below)

sudo chgrp -R daemon *
sudo chgrp -R daemon .*
sudo chown -R root config log vendor web storage

Let me know if you come across anymore issues.

Thanks,

  • Mark