Bugzilla – Attachment 172768 Details for
Bug 38173
Fix description of koha-dump --exclude-indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38173: Fix description of koha-dump --exclude-indexes
Bug-38173-Fix-description-of-koha-dump---exclude-i.patch (text/plain), 1.18 KB, created by
Magnus Enger
on 2024-10-15 11:53:18 UTC
(
hide
)
Description:
Bug 38173: Fix description of koha-dump --exclude-indexes
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2024-10-15 11:53:18 UTC
Size:
1.18 KB
patch
obsolete
>From e18467cb422867c5b3ee0f9e7dc0666e1661f262 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Tue, 15 Oct 2024 13:47:25 +0200 >Subject: [PATCH] Bug 38173: Fix description of koha-dump --exclude-indexes > >To test: >- Look at debian/scripts/koha-dump >- The description of --exclude-indexes reads: > "Include Zebra indexes on the backup" >- Apply the patch >- Look at the file again. The description is now: > "Exclude Zebra indexes from the backup" >--- > 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 6ed0f1b683..e8e1b06df3 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -47,7 +47,7 @@ $scriptname [--quiet|-q] [--exclude-indexes] instancename1 [instancename2...] > $scriptname -h|--help > > --schema-only Dump only the database schema >- --exclude-indexes Include Zebra indexes on the backup >+ --exclude-indexes Exclude Zebra indexes from the backup > --exclude-logs Exclude /var/log/koha/name from the backup > --uploaded_files Include uploaded files. > --uploaded_temp_files Include temporary uploaded files. >-- >2.34.1
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 38173
:
172768
|
172990
|
172994
|
173163