This is an old revision of the document!


Upgrade

$ find . -type f | while read line ; do diff ../dokuwiki-2020-07-29/${line} ../rostin-stage/${line} &> /dev/null ; if [[ $? != 0 ]] ; then echo $line ; fi ; done
  • deleting files listed in data/deleted.files
# cd dokuwiki-2020-07-29
# grep -v ^# data/deleted.files | while read line ; do if [[ -f $line ]] ; then echo $line ; rm -f $line ; fi ; done
  • if blank page is displayed after upgrade, there is likely a problem with some extension. Inspect /var/apache2/2.4/logs/error_log Apache error log to find out which extension is problematic and remove it from lib/plugins/ directory. Then re-install the extension(s) again after upgrade is done.
howtos/dokuwiki.1612253122.txt.gz · Last modified: 2021/02/02 09:05 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0