Difference between revisions of "Upgrade Z-Push v2 (with Zimbra Backend)"

Jump to navigation Jump to search
→‎Go Live: Added "Ver 2.0 To Ver 2.1"
(Revised following upgrade to Z-Push v2.0.7)
(→‎Go Live: Added "Ver 2.0 To Ver 2.1")
 
Line 37: Line 37:
# Restart webserver
# Restart webserver
#* <code> apache2ctl -k graceful </code>
#* <code> apache2ctl -k graceful </code>
=== Ver 2.0 To Ver 2.1 ===
As described in the [http://zarafa-deutschland.de/z-push-download/final/2.1/z-push-2.1.0-1750.txt release notes], when upgrading from Version 2.0 to Version 2.1 the data states are not compatible and an upgrade script needs to be run.  Modified go live procedure...
# Move old install out of the way
#* EG <code> mv /var/www/z-push /var/www/z-push-v2.0.7 </code>
# Move new install into place
#* EG <code> mv /var/www/z-push-v2.1 /var/www/z-push </code>
# Restart webserver
#* <code> apache2ctl -k graceful </code>
# Run conversion scipt
#* <code> php /var/www/z-push/tools/migrate-2.0.x-2.1.0.php </code>


== Test ==
== Test ==

Navigation menu