Skip to content

Commit 05a5db7

Browse files
authored
Use absolute links (#129)
...to simplify documentation import.
1 parent eff94a1 commit 05a5db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual_restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The advantage of the backup-restore-sidecar is that it automatically restores th
55
1. Take a copy of your existing stateful set by running `kubectl get sts -o yaml <your-database-sts>`
66
2. Now, get into a clean state, i.e. delete the existing stateful set and the pvc of your database
77
3. Deploy the exact stateful set you had but only with the backup-restore-sidecar container and tail some file such that container does not die. This is your "helper" stateful set, which you can use for manual administration.
8-
- For postgres check the example [here](../deploy/postgres_manual_restore.yaml)
9-
- For rethinkdb check the example [here](../deploy/rethinkdb_manual_restore.yaml)
8+
- For postgres check the example [here](https://github.com/metal-stack/backup-restore-sidecar/blob/master/deploy/postgres_manual_restore.yaml)
9+
- For rethinkdb check the example [here](https://github.com/metal-stack/backup-restore-sidecar/blob/master/deploy/rethinkdb_manual_restore.yaml)
1010
4. Enter the container in your "helper" pod by running `kubectl exec -it <your-database-helper-pod>-0 -c backup-restore-sidecar -- bash`
1111
5. Inside the container, you can view the existing backup versions using `backup-restore-sidecar restore ls`
1212
6. Choose the version to restore by running `backup-restore-sidecar restore <version>`

0 commit comments

Comments
 (0)