CreateBackup creates a new backup of the current app pb_data directory. Backups can be stored on S3 if it is configured in app.Settings().Backups. Please refer to the godoc of the specific core.App implementation for details on the backup procedures.
(ctx context.Context, name string)
| 114 | // Please refer to the godoc of the specific core.App implementation |
| 115 | // for details on the backup procedures. |
| 116 | CreateBackup(ctx context.Context, name string) error |
| 117 | |
| 118 | // RestoreBackup restores the backup with the specified name and restarts |
| 119 | // the current running application process. |
no outgoing calls