This action will tear down all service containers and rebuild them from scratch. No data will be deleted.
A system rebuild can be useful if your system gets into a bad state, and it should only be performed if you are experiencing general performance or reliability issues.
It may take up to an hour to complete. During this time, you will lose all connectivity to your Start9 server.
', - }, - }) - .pipe(filter(Boolean)) - .subscribe(() => { - try { - this.systemRebuild() - } catch (e) { - console.error(e) - } - }) - } - -======== ->>>>>>>> 94a5075b6daa1375433420abf5d121171dae72cb:web/projects/ui/src/app/pages/diagnostic-routes/home/home.page.ts async presentAlertRepairDisk() { this.dialogs .open(TUI_CONFIRM, { @@ -187,27 +142,8 @@ export class HomePage { this.window.location.reload() } -<<<<<<<< HEAD:web/projects/ui/src/app/routes/diagnostic/home/home.page.ts - private async systemRebuild(): Promise