hi,

Ubuntu 11.10 to 12.4, MySQL 5.0.0 changed to 5.2

My solution was to:
To dump old bacula db's to text file
>mysqldump -u bacula -p --database bacula > bacula.txt
>mysql -u bacula -p  < bacula.txt

Then update version:
>cd /usr/share/bacula-director

>gedit update_mysql_tables
and chaged line to db_name=bacula

Then save and start upgrade scrip:
>./update_mysql_tables  -u bacula -p

Boot computer or re-start bacula.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/579924

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database "bacula". Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to