vault backup: 2025-06-13 17:46:52
This commit is contained in:
parent
5caa4a29ed
commit
e246e31324
|
|
@ -13,12 +13,12 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2022/computers-and-machines.md",
|
"file": "2024/Postgres Backups and ZFS snapshots.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "computers-and-machines"
|
"title": "Postgres Backups and ZFS snapshots"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "supermicro",
|
"query": "snapshots",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
|
|
@ -167,8 +167,9 @@
|
||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "a0e3a8c10d55aaec",
|
"active": "17ba41ca922a4dca",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"2022/computers-and-machines.md",
|
||||||
"2024/piet-hein-state-gebouwbeheer.md",
|
"2024/piet-hein-state-gebouwbeheer.md",
|
||||||
"2024/Github multiple users and keys.md",
|
"2024/Github multiple users and keys.md",
|
||||||
"2025/macos-old-installer-links.md",
|
"2025/macos-old-installer-links.md",
|
||||||
|
|
@ -176,7 +177,6 @@
|
||||||
"2025/xg-infra-guava.md",
|
"2025/xg-infra-guava.md",
|
||||||
"2025/xg-infra-vorke-upgrade-2025.md",
|
"2025/xg-infra-vorke-upgrade-2025.md",
|
||||||
"2025/xg-infra.md",
|
"2025/xg-infra.md",
|
||||||
"2022/computers-and-machines.md",
|
|
||||||
"2025/xg-infra-nas-upgrade-2025.md",
|
"2025/xg-infra-nas-upgrade-2025.md",
|
||||||
"2025/FreeBSD libcxxrt broken.md",
|
"2025/FreeBSD libcxxrt broken.md",
|
||||||
"2024/freebsd-jail-vanilla.md",
|
"2024/freebsd-jail-vanilla.md",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
* https://github.com/jibudata/amberapp/blob/34852920052c58f3d518a28e4d09a50584cf40f8/pkg/postgres/postgres.go
|
* https://github.com/jibudata/amberapp/blob/34852920052c58f3d518a28e4d09a50584cf40f8/pkg/postgres/postgres.go
|
||||||
* Quiesce & Unquiesce
|
* Quiesce & Unquiesce terminology
|
||||||
* 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue