I'm running 9.0.0 via a script install.
I'd like to update to 9.0.6 but when I run the script update command -
It completes but still leaves me with 9.0.0
I've looked on the docker hub and it seems (to me) that the 9.0.6 image has been made available.
Also I do see the following output from the upgrade script
espocrm-daemon Skipped - Image is already being pulled by espocrm
esprocrm-websocket Skipped - Image is already being pulled by espocrm
esprocrm-nginx Pulled
esprocrm-db Pulled
esprocrm Pulled
Can any help me work out what the problem is?
I'd like to update to 9.0.6 but when I run the script update command -
Code:
sudo /var/www/esprocrm/command.sh upgrade
I've looked on the docker hub and it seems (to me) that the 9.0.6 image has been made available.
Also I do see the following output from the upgrade script
espocrm-daemon Skipped - Image is already being pulled by espocrm
esprocrm-websocket Skipped - Image is already being pulled by espocrm
esprocrm-nginx Pulled
esprocrm-db Pulled
esprocrm Pulled
Can any help me work out what the problem is?
Comment