Difference between revisions of "Upgrading"
 (→Upgrade from 3.3.13 to 3.3.14)  | 
				 (→Upgrade from 3.3.13 to 3.3.14)  | 
				||
| Line 1: | Line 1: | ||
==Upgrade from 3.3.13 to 3.3.14==  | ==Upgrade from 3.3.13 to 3.3.14==  | ||
| − | + | ''' Note: This upgrade only applies if you installed EPrints using 3.3.13 tar.gz package. '''  | |
Download the upgrade patch file: http://files.eprints.org/1027/10/upgrade-3.3.13-3.3.14.patch  | Download the upgrade patch file: http://files.eprints.org/1027/10/upgrade-3.3.13-3.3.14.patch  | ||
Revision as of 09:36, 28 April 2015
Upgrade from 3.3.13 to 3.3.14
Note: This upgrade only applies if you installed EPrints using 3.3.13 tar.gz package.
Download the upgrade patch file: http://files.eprints.org/1027/10/upgrade-3.3.13-3.3.14.patch
Become eprints user and go to eprints installation directory:
sudo su eprints cd /opt/eprints3
Check if you are on version 3.3.13:
cat VERSION
Apply the patch only if you are on 3.3.13
patch -p1 < ./upgrade-3.3.13-3.3.14.patch
You can safely ignore the missing debian related files during patch by press "Enter". This is due to the patch generated by git.
Restart apache to take effect.