NTACurrent en:Updating Cryptshare Mail Gateway: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
imported>Erhardts
K (Adapted headings and line breaks)
 
imported>Erhardts
 
Zeile 4: Zeile 4:
* Create a backup/snapshot of the system before installing, to restore the initial state easily.
* Create a backup/snapshot of the system before installing, to restore the initial state easily.
== Update Steps ==
== Update Steps ==
1. Copy the installation package file to your home directory.
# Copy the installation package file to your home directory.
 
# Remove or rename the setup directory (<code>cmg-setup</code>) of a previous installation, if one exists in your home directory.
2. Extract the installation package:
# Extract the installation package:<pre>tar -xzf cmg-setup-&lt;version&gt;.tar.gz</pre>Whereby &lt;version&gt; is the version of the product.
tar -xzf cmg-setup-<version>.tar.gz
# Impersonate as root user:<pre>sudo su</pre>
Whereby <version> is the version of the product.
# cd into the extracted directory and start the setup program:<pre>cd cmg-setup&#10;./setup.sh</pre>
 
# If a previous version of Cryptshare Mail Gateway is detected on the system, the following two options are displayed:
3. Impersonate as root user:
#* <code>Reinstall &lt;new version&gt;</code>: This performs the complete installation process as for a new system. Please note that this will reset some existing, possibly manually adjusted configurations to their original state.
sudo su
#* <code>Update from &lt;old version&gt; to &lt;new version&gt;</code>: This only performs the steps that are required for the update.
4. Cd into the extracted directory and start the setup program:
# Choose <code>Update from &lt;old version&gt; to &lt;new version&gt;</code>.
cd cmg-setup
./setup.sh
5. If a previous version of Cryptshare Mail Gateway is detected on the system, the following two options are displayed:
* "'''Reinstall <new version>'''": This performs the complete installation process as for a new system. Please note that this will reset some existing, possibly manually adjusted configurations to their original state.
* "'''Update from <old version> to <new version>'''": This only performs the steps that are required for the update.
6. Choose "Update from <old version> to <new version>".

Aktuelle Version vom 12. Mai 2022, 10:58 Uhr

Overview

This page describes the general update process of the core component of Cryptshare for NTA 7516, the Cryptshare Mail Gateway. Additional information about specific version updates are mentioned on their respective pages.

Preparation

  • Create a backup/snapshot of the system before installing, to restore the initial state easily.

Update Steps

  1. Copy the installation package file to your home directory.
  2. Remove or rename the setup directory (cmg-setup) of a previous installation, if one exists in your home directory.
  3. Extract the installation package:
    tar -xzf cmg-setup-<version>.tar.gz
    Whereby <version> is the version of the product.
  4. Impersonate as root user:
    sudo su
  5. cd into the extracted directory and start the setup program:
    cd cmg-setup
    ./setup.sh
  6. If a previous version of Cryptshare Mail Gateway is detected on the system, the following two options are displayed:
    • Reinstall <new version>: This performs the complete installation process as for a new system. Please note that this will reset some existing, possibly manually adjusted configurations to their original state.
    • Update from <old version> to <new version>: This only performs the steps that are required for the update.
  7. Choose Update from <old version> to <new version>.