Backing up eperi sEcure Platform

How to back up eperi sEcure Platform.

Procedure

  1. Back up the eperi sEcure Platform database according to the procedures defined in your company.
    Note: If you use a MariaDB database and export the data with mysqldump, make sure to use the option --hex-blob. This encodes binary values as hex strings which can then be correctly imported again. Example:
    mysqldump -u eperi_dbuser -p --hex-blob eperi > eperi_dump.sql
  2. If additionally configured, back up the Token database according to the procedures defined in your company.
  3. Back up more objects, see Reference of objects to backup.