Skip to content

Instantly share code, notes, and snippets.

View brahmlower's full-sized avatar
🦀

Brahm Lower brahmlower

🦀
  • Seattle
  • 23:13 (UTC -07:00)
View GitHub Profile
@fardjad
fardjad / considerations-for-running-postgres-on-nfs.md
Last active July 4, 2026 16:53
[Considerations for Running Postgres on NFS] Considerations for running a Postgres database on an NFS share #blog #postgres #nfs #fsync #fsexport #mount

Considerations for Running Postgres on NFS

Background

Over the weekend, I decided to try running a Postgres database in my Homelab. In my current setup, the most convenient option for storage is NFS. However, NFS is especially tricky for databases. A misconfigured setup can lead to performance or data corruption issues.

After watching