Bugzilla – Attachment 90687 Details for
Bug 23141
The Debian scripts do not use the MySQL port number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23141: Add port number to koha-dump script
Bug-23141-Add-port-number-to-koha-dump-script.patch (text/plain), 939 bytes, created by
Andreas Jonsson
on 2019-06-17 18:59:37 UTC
(
hide
)
Description:
Bug 23141: Add port number to koha-dump script
Filename:
MIME Type:
Creator:
Andreas Jonsson
Created:
2019-06-17 18:59:37 UTC
Size:
939 bytes
patch
obsolete
>From cd08a886963bc7b05a5be91e904a3c7458ae5201 Mon Sep 17 00:00:00 2001 >From: Andreas Jonsson <andreas.jonsson@kreablo.se> >Date: Fri, 19 Apr 2019 10:22:57 +0200 >Subject: [PATCH] Bug 23141: Add port number to koha-dump script > >--- > debian/scripts/koha-dump | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump >index ff171a0551..11175a6cc1 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -69,7 +69,7 @@ dump_instance() > [ -z "$backupdir" ] && backupdir="/var/spool/koha/$name" > dbdump="$backupdir/$name-$date.sql.gz" > [ "$quiet" = "no" ] && echo "* DB to $dbdump" >- mysqldump --databases --host="$mysqlhost" \ >+ mysqldump --databases --skip-triggers --host="$mysqlhost" --port="$mysqlport" \ > --user="$mysqluser" --password="$mysqlpass" "$mysqldb" | > gzip > "$dbdump" > chown "root:$name-koha" "$dbdump" >-- >2.11.0
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 23141
:
90687
|
90688
|
90689
|
91291
|
91292
|
91300
|
91408
|
105895
|
105896
|
105897
|
105898
|
105899
|
113605
|
113606
|
113607
|
113608
|
113609