Availability Premium
This article provides step-by-step instructions for restoring a backup in an on-premise instance of Meisterplan.
- Connect to the Meisterplan server and open a shell.
- Locate the backup you want to restore. If it is hosted externally, you need to copy it to the server.
- Stop the application by executing the command
mpctl stop
. - Restore the backup by calling
mpctl restore <path-to-backup>
. - Restart the application with
mpctl start
.