zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
55 stars 46 forks source link

Develop a story for rolling restarts when using stored procs #332

Open jamadden opened 5 years ago

jamadden commented 5 years ago

Our versioning protects us from starting up against the wrong version, but not against someone else starting up and installing the wrong version out from under us.

Perhaps there's something to recommend with having 'create' off in certain cases, depending on the nature of the change.

https://github.com/zodb/relstorage/pull/327#discussion_r313675353