dokuwiki-plugin-upgrade icon indicating copy to clipboard operation
dokuwiki-plugin-upgrade copied to clipboard

Upgrade ignores non-default "data" folder

Open solival opened this issue 10 years ago • 1 comments

If I change local.php option $conf['savedir'] = '/some/other/path' all data will be stored in '/some/other/path'. However, plugin will try to put new data folder to its default /[wikiroot]/data. So I have to copy all updated files from /[wikiroot]/data to /some/other/path manually. Would be great if upgrade plugin could handle this case automatically.

solival avatar Dec 10 '14 20:12 solival

A pull request that matches extracted data directories with the appropriate config settings would be welcome.

splitbrain avatar Apr 12 '23 08:04 splitbrain