I just tried to upgrade from 8.3.2 to 8.3.4 and now I can't access Espocrm.
I have a local Ubuntu 22.04 server on which I was running Espocrm 8.3.2 installed with Docker.
Today I tried to update to 8.3.4 and I seem to have killed it.
Following the instructions I ran
sudo docker compose pull && sudo docker compose up -d
This ran ok (after I removed the version statement from docker-compose.yml) but when I tried to access the site I got an 'Unable to Connect' message in the browser.
I got called away and when I came back I tried again and it worked ok. So I assumed that it was just finishing up the first time. I did have to go into the admin console and turn the cache and cron on.
As the install was using http not https I decided that I would try and install a certificate using
sudo /var/www/espocrm/command.sh cert-generate
This returned "no such service: espocrm-certbot"
Then I tried to access Espo again and I'm now getting a 404 Not Found error (nginx/1.27.0)
I'm lost at this point. Can anyone help me to get this sorted?
I have a local Ubuntu 22.04 server on which I was running Espocrm 8.3.2 installed with Docker.
Today I tried to update to 8.3.4 and I seem to have killed it.
Following the instructions I ran
sudo docker compose pull && sudo docker compose up -d
This ran ok (after I removed the version statement from docker-compose.yml) but when I tried to access the site I got an 'Unable to Connect' message in the browser.
I got called away and when I came back I tried again and it worked ok. So I assumed that it was just finishing up the first time. I did have to go into the admin console and turn the cache and cron on.
As the install was using http not https I decided that I would try and install a certificate using
sudo /var/www/espocrm/command.sh cert-generate
This returned "no such service: espocrm-certbot"
Then I tried to access Espo again and I'm now getting a 404 Not Found error (nginx/1.27.0)
I'm lost at this point. Can anyone help me to get this sorted?
Comment