I've always had problems upgrading my script installation but I'm currently on version 9.3.7
I just tried to upgrade to the latest version using
sudo /var/www/espocrm/command.sh upgrade
and unsurprisingly nothing updated.
after sudo /var/www/espocrm/command.sh logs
I see
warning: LEGACY INSTALLATION METHOD DETECTED.
warning: Do not mount /var/www/html directly. Instead, mount the following directories separately:
warning: /var/www/html/custom
warning: /var/www/html/data
warning: /var/www/html/client/custom
warning: No further EspoCRM upgrades will be available.
warning: See https://docs.espocrm.com/administrat...-to-espocrm-10
When I check that page it's all about Migration when its "Installation with Docker" and there are options for local directory or docker volumes.
If I select "Installation by script" on the left there is nothing about migration to 10.
Sorry if I'm being stupid but how do I upgrade to 10 from a script installation?
I just tried to upgrade to the latest version using
sudo /var/www/espocrm/command.sh upgrade
and unsurprisingly nothing updated.
after sudo /var/www/espocrm/command.sh logs
I see
warning: LEGACY INSTALLATION METHOD DETECTED.
warning: Do not mount /var/www/html directly. Instead, mount the following directories separately:
warning: /var/www/html/custom
warning: /var/www/html/data
warning: /var/www/html/client/custom
warning: No further EspoCRM upgrades will be available.
warning: See https://docs.espocrm.com/administrat...-to-espocrm-10
When I check that page it's all about Migration when its "Installation with Docker" and there are options for local directory or docker volumes.
If I select "Installation by script" on the left there is nothing about migration to 10.
Sorry if I'm being stupid but how do I upgrade to 10 from a script installation?

Comment