Task:Wiki dumps

(fix template usage)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
{{ambox
+
{{task|proposed}}
-
| type = notice
+
 
-
| image= {{#switch:{{{1}}}
+
-
| proposed = [[Image:Ambox_notice.png]]
+
-
| accepted = [[Image:Ambox_notice.png]]
+
-
| ongoing = [[Image:Ambox_notice.png]]
+
-
| completed = [[Image:Ambox_notice.png]]
+
-
| #default = [[Image:Ambox_notice.png]]
+
-
}}
+
-
| imageright = {{#switch:{{{1}}}
+
-
| proposed = [[Image:Pictogram_comment.png|40px]]
+
-
| accepted = [[Image:Pictogram_info.png|40px]]
+
-
| ongoing = [[Image:Pictogram_wait.png|40px]]
+
-
| completed = [[Image:Pictogram_tick.png|40px]]
+
-
| #default = [[Image:Pictogram_comment.png|40px]]
+
-
}}
+
-
| text = '''{{#switch:{{{1}}}
+
-
| proposed = This task is in the [[Maemo.org_proposals|list of maemo.org development proposals]], please help planning and getting it ready for a sprint. Put a note on the [[{{TALKPAGENAME}}#{{#if:{{{talksection|}}}|{{anchorencode:{{{talksection}}}}}}}|talk page]] if you're interested in helping work on this task.
+
-
| accepted = This is an accepted task and it is currently in the [[Maemo.org_backlog|maemo.org development backlog]]. Probably nothing is stopping you from starting on it, though.
+
-
| ongoing = This is an ongoing task, planned to be completed during the [[maemo.org Sprints|current maemo.org development sprint]]. Any help is appreciated!
+
-
| completed = This task is completed and this page stays here for documentation purposes only. Please file bugs or propose a new, related task if you want to push this forward.
+
-
| #default  = This task is in the [[Maemo.org_proposals|list of maemo.org development proposals]], please help planning and getting it ready for a sprint. Put a note on the [[{{TALKPAGENAME}}#{{#if:{{{talksection|}}}|{{anchorencode:{{{talksection}}}}}}}|talk page]] if you're interested in helping work on this task.
+
-
}}'''<br /><small>Please see the [[{{TALKPAGENAME}}#{{#if:{{{talksection|}}}|{{anchorencode:{{{talksection}}}}}}}|talk page]] for discussion.</small>
+
-
}}<includeonly>[[Category:Tasks]] {{#switch:{{{1}}}
+
-
| proposed = [[Category:Proposed]]
+
-
| accepted = [[Category:Accepted]]
+
-
| ongoing = [[Category:Ongoing]]
+
-
| completed = [[Category:Completed]]
+
-
| #default =
+
-
}}</includeonly>
+
Public weekly SQL dumps of the maemo.org wiki should be made available. This would allow the community to make their own copies of the dumps for backups and for use with offline viewers such as evopedia.
Public weekly SQL dumps of the maemo.org wiki should be made available. This would allow the community to make their own copies of the dumps for backups and for use with offline viewers such as evopedia.
Line 34: Line 6:
There are two types of dump of MediaWiki:
There are two types of dump of MediaWiki:
* A database dump using <pre>mysqldump -h<hostname> -u<user> -p <dbname></pre> which includes account data and site information
* A database dump using <pre>mysqldump -h<hostname> -u<user> -p <dbname></pre> which includes account data and site information
-
* An XML dump of the page contents, which is done on the shell on the server with <pre><php $MEDIAWIKI_DIR/maintenance/dumpBackup.php --full > mediawiki_dump.xml</pre>
+
* An XML dump of the page contents, which is done on the shell on the server with <pre>php $MEDIAWIKI_DIR/maintenance/dumpBackup.php --full > mediawiki_dump.xml</pre>
All image files and attachments are stored on the filesystem in `/var/lib/mediawiki/images` and can be archived with a .tar.gz
All image files and attachments are stored on the filesystem in `/var/lib/mediawiki/images` and can be archived with a .tar.gz

Latest revision as of 14:16, 14 April 2010

Image:Ambox_notice.png
This task is in the list of maemo.org development proposals, please help planning and getting it ready for a sprint. Put a note on the talk page if you're interested in helping work on this task.
Please see the talk page for discussion.


Public weekly SQL dumps of the maemo.org wiki should be made available. This would allow the community to make their own copies of the dumps for backups and for use with offline viewers such as evopedia.

There are two types of dump of MediaWiki:

  • A database dump using
    mysqldump -h<hostname> -u<user> -p <dbname>
    which includes account data and site information
  • An XML dump of the page contents, which is done on the shell on the server with
    php $MEDIAWIKI_DIR/maintenance/dumpBackup.php --full > mediawiki_dump.xml

All image files and attachments are stored on the filesystem in `/var/lib/mediawiki/images` and can be archived with a .tar.gz

References: