mirror of
https://github.com/php/web-wiki.git
synced 2025-07-29 12:14:00 +00:00
16 lines
656 B
ReStructuredText
16 lines
656 B
ReStructuredText
wiki.php.net
|
|
============
|
|
|
|
Upgrades
|
|
--------
|
|
|
|
- Make a backup: ``cd /srv && tar cvzf wiki-`date +"%Y-%m-%d"`.tar.gz web-wiki``
|
|
- Follow https://www.dokuwiki.org/install:upgrade
|
|
- Instead of unpacking on the server, unpack in your local Git directory
|
|
- Restore ``register.txt`` via ``git restore -- dokuwiki/inc/lang/en/register.txt``
|
|
- Restore ``resetpwd.txt`` via ``git restore -- dokuwiki/inc/lang/en/resetpwd.txt``
|
|
- Restore ``entities.conf`` via ``git restore -- dokuwiki/conf/entities.conf``
|
|
- Review the changes (not every detail in larger upgrades of course)
|
|
- Commit and push
|
|
- Pull on the server (``cd /srv/web-wiki && sudo -u kelunik git pull``)
|