Remove old slapproxy tables when migrating to new version
Some tools are using directly slapproxy sqlite database and they stopped working when table number was increased in nexedi/slapos.core!76 . We made a quick improvement to the tools so that they can autodetect the current table names instead of hardcoding ( nexedi/slapos@b8c895cd ) but this failed, because slapproxy remove did not remove the old tables after migration. This branch is about removing the table, to quickly repair these tools. The long term plan is (hopefully) to improve these tools so that they don't use the private tables like this. /reviewed-on nexedi/slapos.core!105
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment