P5.1: Migrate minikube from podman to QEMU2 driver #38
1 changed files with 10 additions and 0 deletions
Add restore from backup instructions to miniflux README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
181f11265d
|
|
@ -60,3 +60,13 @@ Connects to PostgreSQL via internal k8s DNS:
|
|||
|
||||
The database is also accessible externally via Tailscale at:
|
||||
`pg.tail8d86e.ts.net:5432`
|
||||
|
||||
## Restore from Backup
|
||||
|
||||
If the database needs to be restored from a borgmatic backup:
|
||||
|
||||
1. List archives: `borgmatic list`
|
||||
2. Extract dump from archive using `borg extract` to `/tmp/restore`
|
||||
3. Restore with `pg_restore --clean --if-exists --no-owner --no-acl`
|
||||
4. Fix ownership - ensure user `miniflux` owns all tables, sequences, and types in the `public` schema (restore runs as `eblume`)
|
||||
5. Restart miniflux deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue