https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16291
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the koha-remove release notes| |--purge package command so | |that the instance name's | |directory is completely | |removed, even if it has | |additional files in it. | |Previously, the instance's | |directory wasn't removed if | |there were other files in | |it, which could cause | |problems when creating a | |new instance with the same | |name. Assignee|[email protected] |[email protected] --- Comment #4 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Create an instance: sudo koha-create --create-db testkoha 2. Create a file: sudo vi /etc/koha/sites/testkoha/foo.txt 3. Change permissions: sudo chown root:testkoha-koha /etc/koha/sites/testkoha/foo.txt 4. Remove: sudo koha-remove testkoha --purge-all 5. I shut down KTD and restarted it with the patch applied, but I'm not sure if that was necessary. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
