Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

...

  1. Stop the Ubisecure CustomerID server service:

    Windows:

    Code Block
    languagetext
    themeRDark
    C:\>net stop wildfly

    Linux:

    Code Block
    languagetextthemeRDark
    systemctl stop wildfly


  2. Back up the installation directory:

    Windows:

    Code Block
    languagetextthemeRDark
    xcopy /e/q/y "C:\Program Files\Ubisecure\customerid" <BACKUP_DIRECTORY>

    Linux:

    Code Block
    languagetextthemeRDark
    cp -r /usr/local/ubisecure <BACKUP_DIRECTORY>


...

  1. Restore the installation directory:

    Windows:

    Code Block
    languagetextthemeRDark
    xcopy /e/q/y <BACKUP_DIRECTORY> "C:\Program Files\Ubisecure\customerid"

    Linux:

    Code Block
    languagetextthemeRDark
    cp -r <BACKUP_DIRECTORY> /usr/local/ubisecure


  2. Stop the Ubisecure CustomerID server service:

    Windows:

    Code Block
    languagetextthemeRDark
    C:\>net start wildfly

    Linux:

    Code Block
    languagetextthemeRDark
    systemctl start wildfly