[P2] Stale /source/gcloud restic restore path — leftover from GCP #4

Closed
opened 2026-03-22 18:04:10 +00:00 by jeet · 0 comments
Owner

Problem

restic restore latest:/source/gcloud --target ./

This path is a leftover from when the stack ran on Google Cloud. If backups are now snapshotted under a different path on OCI, the restore either pulls stale data or silently restores nothing.

Fix

  1. Run restic snapshots to confirm the actual current backup path
  2. Update the hardcoded path, or make it a vault variable:
restic restore latest:{{ restic_restore_path }} --target ./

Files: playbooks/disaster.yml, playbooks/redeploy.yml

## Problem ``` restic restore latest:/source/gcloud --target ./ ``` This path is a leftover from when the stack ran on Google Cloud. If backups are now snapshotted under a different path on OCI, the restore either pulls stale data or silently restores nothing. ## Fix 1. Run `restic snapshots` to confirm the actual current backup path 2. Update the hardcoded path, or make it a vault variable: ```yaml restic restore latest:{{ restic_restore_path }} --target ./ ``` **Files:** `playbooks/disaster.yml`, `playbooks/redeploy.yml`
jeet closed this issue 2026-03-22 18:14:33 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jeet/OCI_Build#4