https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16291 David Nind <david@davidnind.com> 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|gmcharlt@gmail.com |robin@kallisti.net.nz --- Comment #4 from David Nind <david@davidnind.com> --- 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.