mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 09:22:23 +00:00
Do full verify on region move
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / formatting (push) Blocked by required conditions
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / formatting (push) Blocked by required conditions
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
5caa14dbf2
commit
d4875e8af9
@ -504,7 +504,7 @@ export class WorkspaceWorker {
|
|||||||
case 'migration-backup':
|
case 'migration-backup':
|
||||||
await sendEvent('migrate-backup-started', 0)
|
await sendEvent('migrate-backup-started', 0)
|
||||||
await this.sendTransactorMaitenance(token, workspace.uuid)
|
await this.sendTransactorMaitenance(token, workspace.uuid)
|
||||||
if (await this.doBackup(ctx, workspace, opt, false)) {
|
if (await this.doBackup(ctx, workspace, opt, true)) {
|
||||||
await sendEvent('migrate-backup-done', 100)
|
await sendEvent('migrate-backup-done', 100)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user