termalin
@termalin@mastodon.social
This is a remote user, information on this page may be incomplete. View original ↗
— so your AI agents can work your servers safely. → termal.in
- Comment on Moving db data (MariaDB) to NFS NAS Hello self-hosters! :) I’d like to tap in 23 hours ago:
@INeedMana the honest answer is usually yes, avoid it. InnoDB leans on fsync and byte-range locking behaving correctly, and NFS has historically been shaky on both. the failure mode isn't slowness, it's silent corruption after a power blip or a lock that didn't hold. if you want the NAS for durability, keep the db on local SSD and back the data dir up to the NAS (or replicate), rather than run the live files over NFS