vault backup: 2025-06-13 17:49:31
This commit is contained in:
parent
e246e31324
commit
2e8e36be92
|
|
@ -4,6 +4,7 @@
|
||||||
* https://zrepl.github.io/v0.2.1/configuration/snapshotting.html#postgres-checkpoint-hook
|
* https://zrepl.github.io/v0.2.1/configuration/snapshotting.html#postgres-checkpoint-hook
|
||||||
* https://www.postgresql.org/docs/16/wal-reliability.html
|
* https://www.postgresql.org/docs/16/wal-reliability.html
|
||||||
* https://www.postgresql.org/docs/15/functions-admin.html
|
* https://www.postgresql.org/docs/15/functions-admin.html
|
||||||
|
* https://community.veeam.com/blogs-and-podcasts-57/data-backup-basics-i-why-snapshots-are-not-backups-understanding-the-differences-6074
|
||||||
|
|
||||||
```go
|
```go
|
||||||
func takeSnapshot(db *sql.DB, dataset string, height int, tag string) error {
|
func takeSnapshot(db *sql.DB, dataset string, height int, tag string) error {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue