Onedb upgrade killed

My upgrade seems to get killed:

Version read:
Shared tables 5.6.0 : Database migrated from 5.5.80 to 5.6.0 (OpenNebula 5.6.0) by onedb command.
Local tables  5.8.0 : Database migrated from 5.6.0 to 5.8.0 (OpenNebula 5.8.0) by onedb command.

MySQL dump stored in /mnt/import/mysql-2020-03-23.sql
Use 'onedb restore' or restore the DB using the mysql command:
mysql -u user -h server -P port db_name < backup_file


>>> Running migrators for shared tables
  > Running migrator /usr/lib/one/ruby/onedb/shared/5.6.0_to_5.10.0.rb
  > Done in 0.01s

Database migrated from 5.6.0 to 5.10.0 (OpenNebula 5.9.80) by onedb command.

>>> Running migrators for local tables
  > Running migrator /usr/lib/one/ruby/onedb/local/5.8.0_to_5.10.0.rb
Killed

What can I do now? Just start this command again? Or would it do now something twice?

I can now answer my own question. You can just start the script again. It will only run what was not done yet.

1 Like