several functions run mysql dump with a command like:
exec("$mysqldump $dump_options $db_connection_settings $filter > $file_path/$dump_file");
However, $mysqldump is not defined anywhere. I assume that this should be defined in config.inc.
several functions run mysql dump with a command like:
exec("$mysqldump $dump_options $db_connection_settings $filter > $file_path/$dump_file");
However, $mysqldump is not defined anywhere. I assume that this should be defined in config.inc.
Comments
Comment #1
ceardach commentedIf you have updated dbscripts from an earlier version, you may not have updated your customized config.inc file.
Ensure that you have these lines, and they are pointing to the appropriate locations:
If the binaries are not in your path, you will have to list their entire path, ie: $mysqldump = '/usr/local/mysql/bin/mysqldump'
If this is a new install of dbscripts, ensure that you have copied config.inc.example to config.inc
Comment #2
ryan_courtnage commentedIt's a new install. config.inc.example is missing the $mysqldump var. I downloaded the tarball.
Comment #3
ceardach commentedHuh. This is the second time what I've committed hasn't gone through entirely. I'll look into it.
Comment #4
ryan_courtnage commentedThanks.
Incidentally, I noticed that the README is also not updated to reflect the new script names, etc.
Comment #5
ceardach commentedSeriously? Damn. Ok, I need to go over my commit-to-drupal workflow because I know I meticulously went over all the documentation.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
ceardach commentedThis really should be fixed now.