Backup and Restore the PLOSSYS 5 Server¶
Backup the Service and Printer Configuration¶
Perform the following steps on one PLOSSYS 5 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 PLOSSYS 5 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 PLOSSYS 5 servers in the cluster:
-
Stop the PLOSSYS 5 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 PLOSSYS 5 system:
plossys service start
Perform the following steps on one PLOSSYS 5 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>