Skip to content

Commit

Permalink
[Fleet] Fix migration 7.12 to 7.13 migrate settings (#100054)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored May 17, 2021
1 parent 8efb922 commit 30ea190
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 30ea190

Please sign in to comment.