I'm very nervous about upgrading my server as the last time I tried I used the wrong commands and completely destroyed my set-up which required a full reinstallation and data re-entry.
I'm running 8.3.5 which I originally installed via the script installation option. I obviously want to upgrade to 8.4.0
I took a full backup of my installation using
sudo /var/www/espocrm/command.sh backup "BACKUP_DIRECTORY"
and
sudo /var/www/espocrm/command.sh export-sql "PATH"
and then I ran
sudo /var/www/espocrm/command.sh upgrade
The script appears to run OK but when I log back into EspoCRM it's still showing the version as 8.3.5 in About and telling me there is an update to 8.4.0 available in the Administration menu.
What is the correct way to perform the upgrade to a version that was originally installed via the script?
Thanks
I'm running 8.3.5 which I originally installed via the script installation option. I obviously want to upgrade to 8.4.0
I took a full backup of my installation using
sudo /var/www/espocrm/command.sh backup "BACKUP_DIRECTORY"
and
sudo /var/www/espocrm/command.sh export-sql "PATH"
and then I ran
sudo /var/www/espocrm/command.sh upgrade
The script appears to run OK but when I log back into EspoCRM it's still showing the version as 8.3.5 in About and telling me there is an update to 8.4.0 available in the Administration menu.
What is the correct way to perform the upgrade to a version that was originally installed via the script?
Thanks
Comment