FS#49976 - [dokuwiki] Important config files overwritten on package update
Attached to Project:
Community Packages
Opened by Ochi (ochi) - Wednesday, 06 July 2016, 21:25 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 07 July 2016, 12:03 GMT
Opened by Ochi (ochi) - Wednesday, 06 July 2016, 21:25 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 07 July 2016, 12:03 GMT
|
Details
Description:
Important customizable config files are overwritten (i.e. not in list of files to backup) on package update, e.g. /etc/webapps/dokuwiki/dokuwiki.php (containing e.g. data path but also other important variables) and /etc/php/conf.d/dokuwiki.ini (containing possibly added open_basedir paths when using custom data path). Additional info: * package version: 20160626-1 Steps to reproduce: Observed upon package update. |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Thursday, 07 July 2016, 01:04 GMT
Neither of those look like something that's supposed to be edited
by the user, dokuwiki.php specifically says you shouldn't edit it.
Dropping the php/conf.d file wouldn't be a bad idea now that
open_basedir isn't default.
Comment by Ochi (ochi) - Thursday,
07 July 2016, 08:02 GMT
True, I shouldn't have edited dokuwiki.php in the first place, my
oversight. Feel free to close this issue if no further action is
required.