Skip to content

Commit

Permalink
Improved update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Nov 14, 2016
1 parent 940dfe8 commit 2255d59
Showing 1 changed file with 97 additions and 7 deletions.
104 changes: 97 additions & 7 deletions install-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,111 @@ Start the application server, websocket server and scheduler.



DEB update
==========
Update with RPM
===============


Note: Please backup your Zammad instance before update!


During development we reorganized our repo structure. Please update your /etc/yum.repos.d/zammad.repo with the
correct baseurl (see below).

1. Verify repo baseurl
----------------------
CentOS7

::

echo "[zammad]
name=Repository for zammad/zammad application.
baseurl=https://rpm.packager.io/gh/zammad/zammad/centos7/stable
enabled=1" | sudo tee /etc/yum.repos.d/zammad.repo


2. Stop Zammad
--------------

::

shell> sudo service zammad stop


3. Update Zammad
----------------

::

shell> sudo yum update zammad


Note: The package will automatically execute maintanance task like database changes.

4. Start Zammad
---------------

::

shell> sudo service zammad stop


5. Go and login to Zammad
-------------------------



Update with DEB
===============


Note: Please backup your Zammad instance before update!


During development we reorganized our repo structure. Please update your /etc/yum.repos.d/zammad.repo with the
correct baseurl (see below).

1. Verify repo baseurl
----------------------

Debian

::
echo "deb https://deb.packager.io/gh/zammad/zammad jessie stable" | sudo tee /etc/apt/sources.list.d/zammad.list


Ubuntu

::
echo "deb https://deb.packager.io/gh/zammad/zammad xenial stable" | sudo tee /etc/apt/sources.list.d/zammad.list



2. Stop Zammad
--------------

::

shell> sudo service zammad stop


3. Update Zammad
----------------

::

apt-get update
apt-get upgrade
shell> apt-get update
shell> apt-get upgrade


Note: The package will automatically execute maintanance task like database changes.

RPM update
==========
4. Start Zammad
---------------

::

yum update
shell> sudo service zammad stop


5. Go and login to Zammad
-------------------------

0 comments on commit 2255d59

Please sign in to comment.