Nightly builds are built automatically every day at 00:00 (UTC) from the files in the EspoCRM repository as they are.
This project is not associated with the EspoCRM project nor Letrium LTD. Espo CRM® is a registered trademark of Letrium LTD. Any use is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Letrium LTD.
Keep in mind: you are responsible for making backups before upgrade. Builts may contain changes that would break your EspoCRM instance.
To get the latest package, follow the link.
Now follow the same steps as in the official documentation, starting from step 2. Upload EspoCRM files to your server.
❗IMPORTANT❗
Ensure you have the latest version of EspoCRM present. You can do it by running php command.php upgrade
.
You may either download an upgrade package manually, or use the following cURL or Wget command:
wget -q "https://github.com/arkadywtf/espocrm-nightly/releases/download/nightly-$(date +'%Y-%m-%d')/EspoCRM-upgrade.zip"
curl -sfLO "https://github.com/arkadywtf/espocrm-nightly/releases/download/nightly-$(date +'%Y-%m-%d')/EspoCRM-upgrade.zip"
Command to run:
php command.php upgrade -y --file="EspoCRM-upgrade.zip"
This is not recommended way to upgrade. If you wish to learn more, visit the official documentation.
Licensed under European Union Public License, version 1.2 or later, (LICENSE or https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12)
The EUPL is a copyleft, GPL-compatible license managed by the European Union, with legally-equal translated versions in all languages of the EU. See this introduction for information about the purpose, objectives and translations of the license. See also the license compatibility matrix.