Skip to content

Commit

Permalink
[Fleet] Fix migration 7.12 to 7.13 migrate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 13, 2021
1 parent 6319544 commit e20387f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { invalidateAPIKeys } from '../api_keys';
import { settingsService } from '..';

export async function runFleetServerMigration() {
await settingsService.settingsSetup(getInternalUserSOClient());
await Promise.all([migrateEnrollmentApiKeys(), migrateAgentPolicies(), migrateAgents()]);
}

Expand Down

0 comments on commit e20387f

Please sign in to comment.