View | Details | Raw Unified | Return to bug 41353
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- /usr/sbin/koha-dump.orig    2025-12-02 10:51:03.299608643 +0100
0
++ /usr/sbin/koha-dump 2025-12-02 12:29:21.192117209 +0100
Lines 76-82 Link Here
76
    backupdir="$( xmlstarlet sel -t -v 'yazgfs/config/backupdir' $kohaconfig || true )"
76
    backupdir="$( xmlstarlet sel -t -v 'yazgfs/config/backupdir' $kohaconfig || true )"
77
    [ -z "$backupdir" ] && backupdir="/var/spool/koha/$name"
77
    [ -z "$backupdir" ] && backupdir="/var/spool/koha/$name"
78
    dbdump="$backupdir/$name-$date.sql.gz"
78
    dbdump="$backupdir/$name-$date.sql.gz"
79
    dbflag="--databases"
79
    dbflag="--no-tablespaces --databases"
80
    [ "$without_db_name" = "yes" ] && dbflag=""
80
    [ "$without_db_name" = "yes" ] && dbflag=""
81
    if [ "$schema_only" = "yes" ]
81
    if [ "$schema_only" = "yes" ]
82
    then
82
    then

Return to bug 41353