Open chiang-yuan opened 1 week ago
Hi @chiang-yuan,
thanks for following up and testing the batch functionality of jobflow-remote.
Quick explanation: in the development version we have just introduced the jf admin upgrade
functionality that allows us to introduce small backward incompatible changes to the DB, while allowing the users to (easily?) upgrade their DB. The code checks the current version of the installed package and will perform the upgrade if the version is 0.1.5
. At the moment you are using the development version, so it does not manage to get a proper version number and the upgrade procedure fails. I should admit that I did not consider a solution for generic users for this case. We have a hidden option to jf admin upgrade
used for development and testing that allows to manually specify the target version. Running jf admin upgrade --test-version-upgrade 0.1.5
should solve your issue for the time being. I will check what can be done to make this smoother also when using a development version.
Thanks @gpetretto !!! This solves the problem for now. I will test it soon!
Thanks for developing such a great tool!
When I tried to run
jf runner start
, I got the following error:Running
jf admin upgrade
gives another error that has little message to debug:jf project check --errors
has passed without error. Not sure how to to debug this. Perhaps it is related to batch submission #172 ?