Bug 35501 - Make koha-restore restore only files, not db
Summary: Make koha-restore restore only files, not db
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 35502
  Show dependency treegraph
 
Reported: 2023-12-06 09:33 UTC by Magnus Enger
Modified: 2023-12-06 09:45 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2023-12-06 09:33:15 UTC
Use case: 

We have Koha instances on a number of different virtual servers, and databases on separate/dedicated servers. Sometimes we need to move an instance from one server to another, without doing anything about the database. It would be nice if we could copy a .tar.gz backupfile from the old server to the new server, and recreate the site on the new server with something like: 

sudo koha-restore --onlyfiles mykoha-<date>.tar.gz

This is the opposite of bug 34777. :-)