Implement restore feature for Instance to restore either from dump (different version) or snapshot (same reason) #6

Open
opened 2026-05-26 19:51:46 +00:00 by prskr · 0 comments
Owner
restore:
  kind: (Dump|Snapshot)
  location asdf # future BackupStorageLocation reference
  name: sample-0-234234 # name snapshot or dump to restore

Workflow

  1. create Job to restore dump or snapshot and import the former or latter to a new PVC
  2. create new StatefulSet to run Meilisearch
```yaml restore: kind: (Dump|Snapshot) location asdf # future BackupStorageLocation reference name: sample-0-234234 # name snapshot or dump to restore ``` Workflow 1. create `Job` to restore dump or snapshot and import the former or latter to a new PVC 2. create new StatefulSet to run Meilisearch
prskr added this to the Development project 2026-05-27 18:28:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prskr/meilisearch-operator#6
No description provided.