Bug 38173 - Fix description of koha-dump --exclude-indexes
Summary: Fix description of koha-dump --exclude-indexes
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Magnus Enger
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-15 11:46 UTC by Magnus Enger
Modified: 2024-10-23 17:18 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 38173: Fix description of koha-dump --exclude-indexes (1.18 KB, patch)
2024-10-15 11:53 UTC, Magnus Enger
Details | Diff | Splinter Review
Bug 38173: Fix description of koha-dump --exclude-indexes (1.23 KB, patch)
2024-10-18 17:52 UTC, David Nind
Details | Diff | Splinter Review
Bug 38173: Fix description of koha-dump --exclude-indexes (1.29 KB, patch)
2024-10-18 18:35 UTC, Phil Ringnalda
Details | Diff | Splinter Review
Bug 38173: Fix description of koha-dump --exclude-indexes (1.34 KB, patch)
2024-10-22 14:32 UTC, Tomás Cohen Arazi (tcohen)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2024-10-15 11:46:36 UTC
Currently:

--exclude-indexes     Include Zebra indexes on the backup
--exclude-logs        Exclude /var/log/koha/name from the backup

Proposed changes in the first line: 

--exclude-indexes     Exclude Zebra indexes from the backup
--exclude-logs        Exclude /var/log/koha/name from the backup
Comment 1 Magnus Enger 2024-10-15 11:53:18 UTC
Created attachment 172768 [details] [review]
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"
Comment 2 David Nind 2024-10-18 17:52:52 UTC
Created attachment 172990 [details] [review]
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"

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Phil Ringnalda 2024-10-18 18:35:47 UTC
Created attachment 172994 [details] [review]
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"

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Comment 4 Tomás Cohen Arazi (tcohen) 2024-10-22 14:32:31 UTC
Created attachment 173163 [details] [review]
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"

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 5 Katrin Fischer 2024-10-23 17:18:54 UTC
Pushed for 24.11!

Well done everyone, thank you!