1.2 KiB
1.2 KiB
TRUENAS SCALE MAINTENANCE LOGS
A REPO OF FUCKING LOGS
(FUCK YOU)
Events
10-1-2025 - Truenas OS went down during S.M.A.R.T. tests, reinstalled and configured again.
- Installed new boot SSD
- Set up users, samba, snapshots, backups, etc.
- Went through a full tuning pass:
- Got Redis working by pulling the right password from
nextcloud-redis-creds. - Fixed persistence and eviction policies by setting env vars (
REDIS_APPENDONLY,REDIS_MAXMEMORY, etc.) after discovering extra flags in args were breaking the Bitnami entrypoint. - Once Redis confirmed
8GB allkeys-lruwith AOF enabled, I pivoted to Postgres. - found performance limited by a
-c shared_buffersoverride injected at container startup, which ignored bothpostgresql.confandALTER SYSTEM. - Worked around this by testing direct SQL changes, editing configs, restarting the deployment, and finally confirming the cluster was still using command-line sources.
- Got Redis working by pulling the right password from
Results: Redis is tuned and persistent across rollouts, Postgres is partially tuned but still needs the command-line overrides stripped from the deployment spec to honor the larger memory settings.