Do full verify on region move (#8784)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-04-30 17:30:06 +07:00 committed by GitHub
parent 7ba48353c5
commit 917828f9f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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