|
|
|
|
|
by gizzlon
1500 days ago
|
|
> I'm not sure how to do zero downtime deployment AFAIK, you either: 1) Don't, and eat a few seconds of downtime (f.ex if the clients re-try in the background, or..) 2) Start two processes on the same machine (believe that's always safe) 3) Share the database over the network in a way that's safe with sqlite3. Think it's possible, but at this point things are getting too complicated to be worth it IMO. |
|