After upgrading one from 6.0.0 to 6.2.0 I’m not able to start one.
onedb upgrade -v --sqlite ./one.db
oneadmin@one-mast-01:~$ onedb upgrade -v --sqlite ./one.db
Version read:
Shared tables 6.0.0 : Database migrated from 5.12.0 to 6.0.0 (OpenNebula 6.0.0) by onedb command.
Local tables 6.0.0 : Database migrated from 5.12.0 to 6.0.0 (OpenNebula 6.0.0) by onedb command.
Sqlite database backup stored in /var/lib/one/one.db_2021-11-6_0:24:44.bck
Use 'onedb restore' to restore the DB.
>>> Running migrators for shared tables
Database already uses version 6.0.0
>>> Running migrators for local tables
Database already uses version 6.0.0
Total time: 0.06s
ERROR: Database upgrade to the latest versions (local 6.0.0, shared 6.0.0)
wasn't successful due to missing migration descriptors. Migrators are
provided as part of Enterprise Edition for customers with active subscription.
For community with non-commercial deployments they are provided via a
dedicated migration package, which must be obtained separately.
The database will be restored
Sqlite database backup restored in ./one.db
----------------------------------------
Sat Nov 6 00:14:06 2021 [Z0][ONE][I]: Log level:3 [0=ERROR,1=WARNING,2=INFO,3=DEBUG]
Sat Nov 6 00:14:06 2021 [Z0][ONE][I]: Support for xmlrpc-c > 1.31: yes
Sat Nov 6 00:14:06 2021 [Z0][ONE][I]: Using hostname: one-mast-01
Sat Nov 6 00:14:06 2021 [Z0][ONE][I]: sqlite has enabled: SQLITE_ENABLE_UPDATE_DELETE_LIMIT
Sat Nov 6 00:14:06 2021 [Z0][ONE][I]: Checking database version.
Sat Nov 6 00:14:06 2021 [Z0][ONE][E]: Database version mismatch ( local_db_versioning). Installed OpenNebula 6.2.0 (c84c3303) needs DB version '6.2.0', and existing DB version is '6.0.0'.
Sat Nov 6 00:14:06 2021 [Z0][ONE][E]: Use onedb to upgrade DB.
"/var/log/one/oned.log" 301L, 15378C ```