There's now a script for that, and all that's left is to automatically run that script weekly or monthly.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Mar 24 2024
Mar 24 2024
taavi moved T324: build local debian base container images from Backlog to In progress on the Infra board.
taavi added a parent task for T377: productionize loki deployment: T111: Centralized logging service.
taavi added a parent task for T373: loki: make promtail deployment a chart: T377: productionize loki deployment.
taavi added subtasks for T377: productionize loki deployment: Unknown Object (Maniphest Task), T373: loki: make promtail deployment a chart, Unknown Object (Maniphest Task), T371: loki: figure out if the backend sidecar is needed.
taavi added a parent task for T371: loki: figure out if the backend sidecar is needed: T377: productionize loki deployment.
Mar 23 2024
Mar 23 2024
Now all that's left is to migrate the current apps.
Mar 22 2024
Mar 22 2024
taavi triaged T367: generate-zones: validate that zonefiles are valid before reload as High priority.
Version 8.1 and newer supports up to MongoDB 7.0.
taavi closed T114: Tag initial version of webmentions, a subtask of T113: Create packages for webmentions on apt.taavi.wtf, as Wontfix.
Mar 21 2024
Mar 21 2024
taavi closed T330: Setup static-www infrastructure, a subtask of T251: taavi.wtf over tor, as Resolved.
taavi renamed T348: fix automatic partitioning from preseedd ganeti support to fix automatic partitioning.
Mar 20 2024
Mar 20 2024
Feb 18 2024
Feb 18 2024
Feb 11 2024
Feb 11 2024
Feb 9 2024
Feb 9 2024
taavi triaged T347: unattended-upgrades: Make reboot required alert a Prometheus alert as Medium priority.
taavi renamed T346: Tune down email alert spam from Tune down email spam to Tune down email alert spam.
taavi added a parent task for T330: Setup static-www infrastructure: Unknown Object (Maniphest Task).
taavi renamed T330: Setup static-www infrastructure from Merge static-www infrastructure to Setup static-www infrastructure.
taavi edited parent tasks for T330: Setup static-www infrastructure, added: Unknown Object (Maniphest Task); removed: Unknown Object (Maniphest Task).
Jan 13 2024
Jan 13 2024
Dec 25 2023
Dec 25 2023
taavi added a parent task for T340: Upgrade Kubernetes workers to Bookworm: T319: [Goal] Remove Debian Bullseye.
taavi added a subtask for T319: [Goal] Remove Debian Bullseye: T340: Upgrade Kubernetes workers to Bookworm.
taavi moved T340: Upgrade Kubernetes workers to Bookworm from Backlog to In progress on the Infra board.
Nov 3 2023
Nov 3 2023
Nov 1 2023
Nov 1 2023
Oct 10 2023
Oct 10 2023
Oct 9 2023
Oct 9 2023
taavi closed T325: migrate puppet infra to bookworm, a subtask of T319: [Goal] Remove Debian Bullseye, as Resolved.
Oct 8 2023
Oct 8 2023
Oct 7 2023
Oct 7 2023
Sep 24 2023
Sep 24 2023
Note that 4.4 still runs off of Buster repos even though the server is on Bullseye. :/
commit fe96d588ff2e38dcb4bbc8d05088d25fc93bd0b7 (HEAD -> master, origin/master, origin/HEAD) Author: Taavi Väänänen <hi@taavi.wtf> AuthorDate: Sun Sep 24 14:42:46 2023 +0000 Commit: Taavi Väänänen <hi@taavi.wtf> CommitDate: Sun Sep 24 14:42:46 2023 +0000
Yeah, I can't get 4.0 or 4.2 to run on the host, 4.4 thankfully seems fine. Using a Docker trick to upgrade.
:# Start the server in a container root@unifi02:~# docker run --rm -it --mount type=bind,source=/usr/lib/unifi,target=/usr/lib/unifi --mount type=bind,source=/var/lib/unifi,target=/var/lib/unifi --mount type=bind,source=/var/log/unifi,target=/var/log/unifi --entrypoint bash mongo:4.0 root@fc90064ba7cc:/# mongod --dbpath /usr/lib/unifi/data/db