Cloud migrations: store snapshots in the database (#108551)
* Cloud migrations: store snapshots in the database * update github.com/grafana/grafana-cloud-migration-snapshot to v1.9.0 * make update-workspace * use new field name in test * return error after call to fmt.Errorf * create methods for readability / fix session deletiong not deleting snapshots * remove debugging changes * update sample.ini * update tests to include OrgID in ListSnapshotsQuery * lint * lint * Update pkg/services/cloudmigration/cloudmigrationimpl/snapshot_mgmt.go Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> * remove TODO * Update pkg/services/cloudmigration/cloudmigrationimpl/snapshot_mgmt.go Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> * remove one of the debug logs --------- Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
This commit is contained in:
@@ -2068,6 +2068,8 @@ default_datasource_uid =
|
||||
# With "paused", all Alert Rules will be created in Paused state. This is helpful to avoid double notifications.
|
||||
# With "unchanged", all Alert Rules will be created with the pause state unchanged coming from the source instance.
|
||||
;alert_rules_state = "paused"
|
||||
# Either "db" to store snapshots in the database or "fs" to store in the file system.
|
||||
;resource_storage_type = "db"
|
||||
|
||||
###################################### Secrets Manager ######################################
|
||||
[secrets_manager]
|
||||
|
||||
Reference in New Issue
Block a user