mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-28 10:57:36 +00:00
Do full verify on region move (#8784)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
7ba48353c5
commit
917828f9f8
@ -486,7 +486,7 @@ export class WorkspaceWorker {
|
||||
case 'migration-backup':
|
||||
await sendEvent('migrate-backup-started', 0)
|
||||
await this.sendTransactorMaitenance(token, { name: workspace.workspace })
|
||||
if (await this.doBackup(ctx, workspace, opt, false)) {
|
||||
if (await this.doBackup(ctx, workspace, opt, true)) {
|
||||
await sendEvent('migrate-backup-done', 100)
|
||||
}
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user