Flush cache before and after upgrade for self-hosts (#17800)
as per title
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ export abstract class WorkspacesMigrationCommandRunner<
|
||||
|
||||
for (const [index, workspaceId] of workspaceIdsToProcess.entries()) {
|
||||
this.logger.log(
|
||||
`Running command on workspace ${workspaceId} ${index + 1}/${workspaceIdsToProcess.length}`,
|
||||
`Upgrading workspace ${workspaceId} ${index + 1}/${workspaceIdsToProcess.length}`,
|
||||
);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user