Skip to content

Commit

Permalink
[Fleet] Fix migration 7.12 to 7.13 migrate settings (elastic#100054) (e…
Browse files Browse the repository at this point in the history
…lastic#100217)

Co-authored-by: Nicolas Chaulet <[email protected]>
  • Loading branch information
kibanamachine and nchaulet authored May 17, 2021
1 parent 7dcf8b8 commit 8e36787
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 8e36787

Please sign in to comment.