.. _other_version_proc: ********************************* Other Version Specific Procedures ********************************* Several version specific procedure are listed here. Upgrading from XiVO 14.11 and before ==================================== When upgrading from XiVO 14.11 or earlier, you must do the following, before the normal upgrade:: sed -i 's/xivo\.fr/xivo.solutions/g' /etc/apt/sources.list.d/*.list Upgrading from XiVO 14.01, 14.02, 14.03, 14.04 installed from the ISO ===================================================================== In those versions, xivo-upgrade keeps XiVO on the same version. You must do the following, before the normal upgrade:: echo "deb http://mirror.xivo.solutions/debian/ xivo-five main" > /etc/apt/sources.list.d/xivo-upgrade.list \ && apt-get update \ && apt-get install xivo-fai \ && rm /etc/apt/sources.list.d/xivo-upgrade.list \ && apt-get update Upgrading from XiVO 13.24 and before ==================================== When upgrading from XiVO 13.24 or earlier, you must do the following, before the normal upgrade: #. Ensure that the file :file:`/etc/apt/sources.list` is *not* configured on ``archive.debian.org``. Instead, it must be configured with a non-archive mirror, but still on the ``squeeze`` distribution, even if it is not present on this mirror. For example:: deb http://ftp.us.debian.org/debian squeeze main #. Add ``archive.debian.org`` in another file:: cat > /etc/apt/sources.list.d/squeeze-archive.list <