Fixes redo by replacing it with something simpler, for a narrower use case:
Removed the updater --redo option. It was implemented incorrectly.
Implementing it correctly will be necessary at some point, but for
now, we'll punt.
Added a new --compute-missing option to compute missing Newt
records after updating an application from plain RelStorage. (This
is similar to the removed --redo but simpler and narrower in
scope.)
Fixes redo by replacing it with something simpler, for a narrower use case:
Removed the updater
--redo
option. It was implemented incorrectly. Implementing it correctly will be necessary at some point, but for now, we'll punt.Added a new
--compute-missing
option to compute missing Newt records after updating an application from plain RelStorage. (This is similar to the removed--redo
but simpler and narrower in scope.)