Bugzilla – Attachment 113605 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), 900 bytes, created by
Victor Grousset/tuxayo
on 2020-11-13 14:23:39 UTC
(
hide
)
Description:
Bug 23141: Add port number to koha-dump script
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-11-13 14:23:39 UTC
Size:
900 bytes
patch
obsolete
>From 3a3655c9244f523e606dfbaf255ae0ed13eee429 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 707a8dfe05..7278a811e8 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -72,7 +72,7 @@ dump_instance() > [ "$quiet" = "no" ] && echo "* DB to $dbdump" > dbflag="--databases" > [ "$without_db_name" = "yes" ] && dbflag="" >- mysqldump $dbflag --host="$mysqlhost" \ >+ mysqldump $dbflag --skip-triggers --host="$mysqlhost" --port="$mysqlport" \ > --user="$mysqluser" --password="$mysqlpass" "$mysqldb" | > gzip > "$dbdump" > chown "root:$name-koha" "$dbdump" >-- >2.29.2
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