Currently XiVO CC *latest* **LTS** version is 2017.LTS2 and is the numeric release 2017.11. To upgrade to the latest version the sources list must point towards *debian* URI and *xivo-polaris* suite::
Currently XiVO CC *latest* **LTS** version is Polaris and is the numeric release 2017.11. To upgrade to the latest version the sources list must point towards *debian* URI and *xivo-polaris* suite::
deb http://mirror.xivo.solutions/debian/ xivo-polaris main
...
...
@@ -46,7 +46,7 @@ Upgrade to an **Intermediate** version
.. note:: **Intermediate** versions have a limited support. You should install LTS version only.
Between two LTS versions we release **Intermediate** versions (to which is given a limited support).To upgrade to a *specific* **Intermediate** version the sources list must point towards *archive* URI and *xivo-VERSION-latest* suite.
Between two LTS versions we release **Intermediate** versions (to which is given a limited support).To upgrade to a *specific* **Intermediate** version the sources list must point towards *archive* URI and *xivo-VERSION-latest* suite.
For example if you want to upgrade to **2017.06** version you should have::
...
...
@@ -60,12 +60,13 @@ Note the ``/archive/`` and ``-2017.06-latest`` above.
Upgrade to latest **subversion**
--------------------------------
.. important:: For version older than Five (2017.03), see `XiVO Five documentation <https://documentation.xivo.solutions/projects/five>`_
After the release of a *version* (e.g. *2017.11*) we may backport some bugfixes in this version.
We will then create a **subversion** (e.g. 2017.11 **.01**) shipping these bugfixes.
To upgrade to the **latest subversion** of your current installed *version* you need to:
*XiVO CC >= 2017.03* :
#. Verify that the :file:`/etc/docker/compose/factory.env` file has
#. ``XIVOCC_TAG=VERSION`` (where ``VERSION`` is your current installed *version* - e.g. *2017.11*)
...
...
@@ -73,21 +74,6 @@ To upgrade to the **latest subversion** of your current installed *version* you
#. Then update the images with ``xivocc-dcomp pull`` command,
#. And upgrade the containers with ``xivocc-dcomp up -d`` command.
*XiVO CC >= 2016.04* :
#. Verify that the :file:`/etc/docker/compose/.env` file has
#. ``XIVOCC_TAG=VERSION`` (where ``VERSION`` is your current installed *version* - e.g. *2016.04*)
#. and ``XIVOCC_DIST=latest``
#. Then update the images with ``dcomp pull`` command,
#. And upgrade the containers with ``dcomp up -d`` command.
*XiVO CC = 2016.03* :
#. Verify that the file :file:`/etc/docker/compose/docker-compose.yml` contains the tag *2016.03* **.latest** for the appropriate containers,
#. Then update the images with ``dcomp pull`` command,
#. And upgrade the containers with ``dcomp up -d`` command.