Difference between revisions of "MediaWiki"
Jump to navigation
Jump to search
(→Backup) |
|||
Line 35: | Line 35: | ||
* http://serom.no-ip.org/index.php/Backup_du_SeRoM_Wiki - bash script, send backup to remote | * http://serom.no-ip.org/index.php/Backup_du_SeRoM_Wiki - bash script, send backup to remote | ||
+ | |||
+ | * https://github.com/milkmiruku/backup-mediawiki |
Revision as of 08:14, 24 July 2012
General
Markup
Config
Nginx
- Manual:Short URL/wiki/Page title -- nginx rewrite--root access
- Manual:Short URL/Page title - nginx, Root Access, PHP as a CGI module
Upgrade
Backup
change vars;
nice -n 19 mysqldump -u $USER --password=$PASSWORD $DATABASE -c nice -n 19 gzip -9 > wiki-$DATABASE-$(date '+%Y%m%d').sql.gz
- http://serom.no-ip.org/index.php/Backup_du_SeRoM_Wiki - bash script, send backup to remote