-
Notifications
You must be signed in to change notification settings - Fork 459
Upgrade
James G edited this page May 17, 2018
·
13 revisions
- Login to the system with a user that an
admin
- Review the Open Tasks Notification On the top right corner of the menu.
- If there is a new version of the software, the version will be listed.
- Follow the steps to backup, download, and install the release.
- Go back to the main page, click the upgrade database button.
- Login to your upgraded system.
- Download the latest zip file from https://github.com/ChurchCRM/CRM/releases/latest
- Move the zip file in the same level as the /churchcrm
- Unzip the files over the existing files
- Update file permissions to 755
- Go back to the main page, click the upgrade database button.
- Login to your upgraded system.
Unfortunately, in the 3.0.0 release, a bug was introduced that prevents auto-upgrade from succeeding. This bug also affects 3.0.1. The good news is that it's an easy fix:
- Ensure you have access to the deployed ChurchCRM code.
- Edit the following File -
ChurchCRM/Service/SystemService.php
- Update Line 382 from
$release = $this->getLatestRelese();
to$release = $this->getLatestRelease();
- Try the Auto Upgrade process listed at the top of this page.