I'm trying to upgrade OpenNebula from 5.10 to 5.12. I'm on step 7 of these instructions, but the database upgrade falls down:
$ sudo onedb upgrade -v
Unable to parse oned.conf: undefined method `chomp' for true:TrueClass
I'm not sure what's going wrong here. Is there a way to get more information about where the error is (which line in oned.conf, for example)?
try
onedb upgrade -v -S localhost -u oneadmin -p oneadmin -d opennebulawith: -S being the machine where you host your DB -u most likely oneadmin user -p most likely 'oneadmin' as a password -d being the opennebula database name (most likely 'opennebula')
Be careful, since 5.12, OpenNebula will not provide migration package to new versions unless if you subscribe to their upgrade program. Might want to look at CloudStack instead.