CloudMigrations: Fix migration in docker (#91147)

This commit is contained in:
lean.dev
2024-07-29 15:00:43 -03:00
committed by GitHub
parent a6088e4ee4
commit d8555019f1
2 changed files with 3 additions and 4 deletions
@@ -189,7 +189,7 @@ func (s *Service) buildSnapshot(ctx context.Context, signedInUser *user.SignedIn
s.log.Debug(fmt.Sprintf("buildSnapshot: generated keys in %d ms", time.Since(start).Milliseconds()))
// Use GMS public key + the grafana generated private private key to encrypt snapshot files.
// Use GMS public key + the grafana generated private key to encrypt snapshot files.
snapshotWriter, err := snapshot.NewSnapshotWriter(contracts.AssymetricKeys{
Public: snapshotMeta.EncryptionKey,
Private: privateKey[:],