Hey there! I’m fairly new to EasyPanel and new to SuiteCRM. I’m trying to deploy SuiteCRM via the 1-click installation template from EasyPanel but it looks like it’s stuck in some sort of loop. I’m using a VPS from Vultr with only EasyPanel on it (from the 1-click install via their Marketplace apps) and have deployed several other “Projects” just fine.
The “suitecrm” App service just keeps going from green to yellow and loops over and over. Looks like the service is hung somehow. Is this an issue with the Git repository?
As you can see, it defaults to root as owner. This is everything out of the box, nothing has been changed outside of what you would see from a fresh install experience.
The web server runs under some user name, and it’s certainly not root.
You need to find out that user name (typical names include www-data, daemon, apache, or your user name from the hosting site) and set the ownership of SuiteCRM files and dirs to that name.
There is no separate account on the VM. It’s a fresh VPS spun up with Vultr’s easy 1-click install of Easypanel and even testing re-deploying with bitnami/suitecrm:8.7.1 it has the same behavior.
When looking at the db/data folder at /etc/easypanel/projects/suitecrm/suitecrm-db/data/ it shows the following Owner/Group however:
The user and group name (in the above example www-data ) needs to be replaced by the actual system user and group that your webserver runs under. This varies depending on your operating system. Common web server users are as follows: