Hello, I'm upgrading right now http://traces.uab.cat/, strictly following my written notes from my successful test installation, but I'm stucked in the upgrade step. After the make && make install && ~/invenio/bin/inveniocfg --update-all, that's what I'm getting:
$ ~/invenio/bin/inveniocfg --upgrade >>> WARNING: the md5 module is deprecated; use hashlib instead >>> ERROR: Upgrade invenio_2012_11_23_rename_me depends on an unknown upgrade >>> CHANGE_ME >>> Please check log file for further information: less /home/traces/invenio/var/log/invenio_upgrader.log $ cat /home/traces/invenio/var/log/invenio_upgrader.log traces@homs:~/invenio$ cat /home/traces/invenio/var/log/invenio_upgrader.log * 2013-04-22 08:57:32,857 WARNING the md5 module is deprecated; use hashlib instead * 2013-04-22 08:57:32,943 ERROR Upgrade invenio_2012_11_23_rename_me depends on an unknown upgrade CHANGE_ME * 2013-04-22 08:57:32,944 INFO Please check log file for further information: I've tried to follow the logic of the upgrade script, tested several trivial things, but I'm afraid that I'm pretty much lost. Your help is really appreciated. Thanks, Ferran

