@@ -, +, @@ CREATE DATABASE /*!32312 IF NOT EXISTS*/ `koha_kohadev` /*!40100 DEFAULT CHARACTER SET latin1 */; --- debian/scripts/koha-dump | 1 + 1 file changed, 1 insertion(+) --- a/debian/scripts/koha-dump +++ a/debian/scripts/koha-dump @@ -73,6 +73,7 @@ dump_instance() backupdir="$( xmlstarlet sel -t -v 'yazgfs/config/backupdir' $kohaconfig || true )" [ -z "$backupdir" ] && backupdir="/var/spool/koha/$name" dbdump="$backupdir/$name-$date.sql.gz" + dbflag="--databases" [ "$without_db_name" = "yes" ] && dbflag="" if [ "$schema_only" = "yes" ] then --