New pages
From wiki.vacula.xyz
- 17:46, 22 April 2026 Postgres Replication and HA (hist | edit) [298 bytes] Dracula (talk | contribs) (Created page with "This mostly focuses on async streaming replication on Postgres 15. Important notes: * Every transaction is added to a log called a ''write ahead log'' or ''WAL''. * WAL files are transferred from the primary to the secondary. Important config options: * wal_keep_size: # of WAL segments to keep")
- 14:39, 20 April 2026 Kubernetes/BuildConfigs (hist | edit) [168 bytes] Dracula (talk | contribs) (Created page with "== Authentication to GitHub Enterprise == Notes: * Cannot use signed SSH keys because the <code>kubernetes.io/ssh-auth</code> secret config API does not support that *") Tag: Visual edit
- 19:23, 6 April 2026 InfluxDB (hist | edit) [435 bytes] Dracula (talk | contribs) (Created page with "== Bucket and Schema Operations == Delete a measurement from a bucket's schema: influx delete --bucket grafana --predicate '_measurement="memory_usage"' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z Bulk delete measurements from a bucket's schema: while read line ; do influx delete --bucket grafana --predicate '_measurement=$line' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z ; done < bucket_measurements.txt") Tag: Visual edit
- 02:32, 20 March 2026 Wayland (hist | edit) [105 bytes] Dracula (talk | contribs) (Created page with "Things that don't work on Wayland * Window shading (KDE bug: https://bugs.kde.org/show_bug.cgi?id=377162)")
- 18:10, 10 March 2026 Vim (hist | edit) [107 bytes] Dracula (talk | contribs) (Created page with "Useful bits:")