Bugzilla – Attachment 123114 Details for
Bug 28749
All backups behave as if --without-db-name is passed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Restore the database name to Koha dumps
koha-dump-databases-flag.patch (text/plain), 512 bytes, created by
Jason Boyer
on 2021-07-23 13:45:16 UTC
(
hide
)
Description:
Restore the database name to Koha dumps
Filename:
MIME Type:
Creator:
Jason Boyer
Created:
2021-07-23 13:45:16 UTC
Size:
512 bytes
patch
obsolete
>diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump >index b7a6061c65..f3a6b5aed7 100755 >--- a/debian/scripts/koha-dump >+++ b/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28749
:
123114
|
123254