Skip to content

Commit

Permalink
fix(manager): upload new backup snapshot for nemesis
Browse files Browse the repository at this point in the history
10Gb snapshot made on Scylla 2024.2.0~rc1 is replaced by the image
from fresher Enterprise version 2024.2.0~rc3.

It fixes the issue with restore of snapshot from rc1 to the latest
versions, see for details:
scylladb/scylla-enterprise#4737.

The change fixes frequent nemesis failures related to mgr restore.

Considering this solution as temporary and replacing only one
snapshot (10GB) which is in wide use in nemesis. The rest of the
snapshots will be replaced when the official 2024.2.0 version is
released.
  • Loading branch information
mikliapko authored and juliayakovlev committed Nov 14, 2024
1 parent 81636da commit 4c3b102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaults/manager_persistent_snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ aws:
number_of_rows: 10485760
expected_timeout: 3600 # 60 minutes
snapshots:
'sm_20240812150753UTC':
keyspace_name: "10gb_sizetiered_2024_2_0_rc1"
scylla_version: "2024.2.0~rc1"
'sm_20241010102035UTC':
keyspace_name: "10gb_sizetiered_2024_2_0_rc3"
scylla_version: "2024.2.0~rc3"
scylla_product: "enterprise"
number_of_nodes: 3
cluster_id: "c1ac4a5f-cb1a-4312-aa00-e9fdddac7afb"
cluster_id: "c5ae2ea7-72f3-4350-85d4-7956c1837b8a"
'sm_20240812150801UTC':
keyspace_name: "10gb_sizetiered_6_0"
scylla_version: "6.0.2"
Expand Down

0 comments on commit 4c3b102

Please sign in to comment.