I need to upgrade my version of dreamfactory, I’ve been following the tutorial https://wiki.dreamfactory.com/DreamFactory/Upgrades but I am stuck in step 4 of ‘Perform an upgrade’: what do {web service user} and {your user group} refer to respectively?
I am quite new to Dreamfactory and haven’t done any sort of upgrade before.
@LauraS using Google Compute Engine to launch DreamFactory did you choose the cloud installer (VM)? Do you have a .pem to SSH the server where DreamFactory is? The upgrade commands are run from the shell.
Yes, I have an instance of the dreamfactory server I’m using.
And yes, I access the shell via SSH. I have been doing the first steps for the upgrade there but have no idea how to find the {web service user} and the {user group}.
@LauraS those are user supplied values and can be environment(OS) specific. In your case I would recommend the following: sudo chown -R root:daemon storage/ bootstrap/cache/ (I believe this is default for Bitnami VM). Hope this helps!