Does anybody here know for sure if Digital Ocean use NFS as a file system for its VPSs? I am asking this because I like to use SQLite for my websites, and SQlite isn’t guaranteed to work correctly on NFS “because fcntl() file locking is broken on many NFS implementations” [https://www.sqlite.org/faq.html]
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@romanrmr
I’ve used SQLite (connecting through PHP’s PDO library) on multiple occasions without any issues. I’m not able to confirm what method of storage they use, though I believe I recall (from a previous post or answer to a feedback thread in their UserVoice community) that storage is local.
Thank you, both, for the answer. It was important.