2i2c-org / unnamed-thingity-thing

https://2i2c.org/unnamed-thingity-thing/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Switch to using EBS volumes to store the database by default #58

Open yuvipanda opened 2 days ago

yuvipanda commented 2 days ago

sqlite recommends against using NFS (https://www.sqlite.org/howtocorrupt.html#_filesystems_with_broken_or_missing_lock_implementations) for storing it. Google Filestore is NFS, so we should be moving away from that.

yuvipanda commented 1 day ago

Gotta do it carefully so we don't accidentally lose data though.