Skip to content

Instantly share code, notes, and snippets.

@m00dawg
Created May 6, 2010 19:08
Show Gist options
  • Save m00dawg/392572 to your computer and use it in GitHub Desktop.
Save m00dawg/392572 to your computer and use it in GitHub Desktop.
[root@285992-app2 ~]# holland bk --dry-run
Holland 0.9.8 started with pid 25676
-----> Starting backup run <----
Acquired backup lock.
Loading config for backupset default
Loading plugin mysqldump
Prepared backup spool /var/spool/holland/default/20100506_175708
Running in dry-run mode
Unexpected exception caught. This is probably a bug. Please report to the holland development team.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/holland/commands/backup.py", line 101, in run_backup
backup(jobname, dry_run)
File "/usr/lib/python2.4/site-packages/holland/core/backup.py", line 126, in backup
estimated_size = plugin.estimate_backup_size()
File "/usr/share/holland/plugins/holland.backup.mysqldump-0.9.8-py2.4.egg/holland/backup/mysqldump.py", line 313, in estimate_backup_size
File "/usr/share/holland/plugins/holland.lib.mysql-0.9.8-py2.4.egg/holland/lib/mysql/find.py", line 60, in find_table_status
File "/usr/share/holland/plugins/holland.lib.mysql-0.9.8-py2.4.egg/holland/lib/mysql/client.py", line 266, in walk_tables
File "/usr/share/holland/plugins/holland.lib.mysql-0.9.8-py2.4.egg/holland/lib/mysql/client.py", line 95, in show_table_status
File "/usr/lib64/python2.4/site-packages/MySQLdb/cursors.py", line 163, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.4/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1049, "Unknown database 'phpmyadmin_2cniqjwlcuhv'")
One or more backupsets failed to run successfully
This backup run of 1 backupset took 0.10 seconds
-----> Ending backup run <----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment