logoalt Hacker News

nop_slidetoday at 3:42 PM1 replyview on HN

I still haven't figured out a good way to due blue/green sqlite deploys on fly.io. Is this just a limitation of using sqlite or using Fly? I've been very happy with sqlite otherwise, rather unsure how to do a cutover to a new instance.

Anyone have some docs on how to cutover gracefully with sqlite on other providers?


Replies

wolttamtoday at 3:55 PM

You accept downtime. That's the limitation of SQLite.

Or you use some distributed SQLite tool like rqlite, etc

show 1 reply