Custom backend with package installation
-
Hi.
Is it possible to add additional backend (read: zimbra) when installing z-push via apt/yum packages? Is it safe to just copy the backend files to system directories?thanks
-
Yes, it is. That is how I install myself. And, running “yum update” (CentOS) does not affect the zimbra backend.
Easiest way is to download the zimbraNN.tgz file and the zpzb-install.sh file from SourceForge and install it by running the script … ./zpzb-install.sh NN
From the latest INSTALL notes
New For Release 65 and later. A bash shell script is being provided to simplify the basic deployment
of the zimbra backend. Instructions are as follows :-
Usage: zpzb-install NN - where NN is the Backend Release No- Login as root
- Place this script and the latest downloaded zimbraNN.tgz file in the [z-push home]/backend directory.
- chmod +700 zpzb-install.sh to make it executable
- Execute the script by typing ./zpzb-install.sh NN
The latest zimbraNN.tgz will be extracted into a directory zimbraNN
If there is an existing zimbra backend directory it will be backed up as zimbra.preNN
The existing backend files will be replaced with the latest release files except for
those files that contain user settings
Owner and selinux permissions will be set on the folders/files to match those on z-push - Check the output for files that may not have been updated automatically and compare and update as appropriate
-
Oh, missed that! Thank you very much