Backup and Restore the Output Engine Server¶
Backup the Service and Printer Configuration¶
Perform the following steps on one Output Engine server:
- 
Save the configuration of the services:
plossys config export <service_backup>.yml - 
Save the configuration of the printers:
plossys printer export <printer_backup>.yml - 
Save the additional printer configurations:
plossys printer-config export <printer_config_backup_directory> 
On Linux, perform the following steps on all Output Engine server in the cluster:
- 
Save all files in the following configuration directory:
/opt/seal/etc 
Restore the Service and Printer Configuration¶
Perform the following steps on all Output Engine servers in the cluster:
- 
Stop the Output Engine system:
plossys service stop --full - 
Delete the contents of the following directories:
- 
Windows:
C:\ProgramData\SEAL Systems\data\seal-mongodb C:\ProgramData\SEAL Systems\data\seal-consul-agent - 
Linux:
/opt/seal/data/seal-mongodb /opt/seal/data/seal-consul-agent 
 - 
 - 
On Linux, restore all files in the following configuration directory:
/opt/seal/etc - 
Start the Output Engine system:
plossys service start 
Perform the following steps on one Output Engine server:
- 
Import the backup of the service configuration:
plossys config import <service_backup>.yml - 
Import the backup of the printer configuration:
plossys printer import <printer_backup>.yml - 
Import the backup of the additional printer configurations:
plossys printer-config import <printer_config_backup_directory>