RestoreBackup restores the backup with the specified name and restarts the current running application process. The safely perform the restore it is recommended to have free disk space for at least 2x the size of the restored pb_data backup. Please refer to the godoc of the specific core.App imple
(ctx context.Context, name string)
| 126 | // |
| 127 | // NB! This feature is experimental and currently is expected to work only on UNIX based systems. |
| 128 | RestoreBackup(ctx context.Context, name string) error |
| 129 | |
| 130 | // Restart restarts (aka. replaces) the current running application process. |
| 131 | // |
no outgoing calls