Jump to content

MediaWiki/da: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Created page with "=== Teknisk ==="
FuzzyBot (talk | contribs)
Updating to match new version of source page
Line 35: Line 35:
== Versioner ==
== Versioner ==


At the moment there is a '''stable''' version maintained for at least one year after its release date, and the last '''legacy''' versions still getting security fixes. Older versions are considered as ''insecure''. As of March 2018 there are three [[mw:Special:MyLanguage/Version lifecycle|supported versions]]:
At the moment there is a '''stable''' version maintained for at least one year after its release date, and the last '''legacy''' versions still getting security fixes. Older versions are considered as ''insecure''. As of February 2020 there were three [[mw:Special:MyLanguage/Version lifecycle|supported versions]], with a new LTS 1.35 planned for May 2020:


# The <tt>future</tt> version [[mw:Release notes/1.31|1.31]] (REL1_31 branch in June 2018)
# The <tt>future</tt> version [[mw:Release notes/1.35|1.35]] (REL1_35 branch in October 2019)
# The <tt>stable</tt> version [[mw:Release notes/1.30|1.30]] supported until December 2018
# The <tt>stable</tt> version [[mw:Release notes/1.34|1.34]] supported until November 2020
# The <tt>legacy</tt> version [[mw:Release notes/1.29|1.29]] supported until July 2018
# The <tt>legacy</tt> version [[mw:Release notes/1.33|1.33]] supported until June 2020
# The <tt>future</tt> <abbr title="Long Time Support">LTS</abbr> version [[mw:Release notes/1.31|1.31]] supported until June 2021
# The <tt>old</tt> <abbr title="Long Time Support">LTS</abbr> version [[mw:Release notes/1.35|1.35]] supported until June 2021
# The <tt>new</tt> <abbr title="Long Time Support">LTS</abbr> version [[mw:Release notes/1.27|1.27]] supported until June 2019
<!-- # The <tt>new</tt> <abbr title="Long Time Support">LTS</abbr> version [[mw:Release notes/1.35|1.35]] supported until FIXME -->


== Database dump ==
== Database dump ==

Revision as of 10:34, 16 February 2020

Note: the name "MediaWiki" is often confused with several other, similar, names; please see the glossary for an explanation of these.

MediaWiki is wiki software, released under the GPL, that is used by Wikimedia projects and others. It is an implementation of a wiki, a content pool that anyone can freely edit. It is developed using Phabricator, our instance of Phacility's Phabricator.

MediaWiki 1.45.1 is the latest stable version, and is recommended for third-party users. Those running their own servers should upgrade for security reasons. Special:Version shows what version a site is running. You can play around in the local Sandbox to see this version in action.

MediaWiki 1.45.1 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.47.0-wmf.16 (df8bc65) is currently running on all Wikimedia sites. Third-party users should probably not run the alpha/beta versions of MediaWiki on publicly accessible servers at this time.

Om

Technical developers section

Diverse

Teknisk

Versioner

At the moment there is a stable version maintained for at least one year after its release date, and the last legacy versions still getting security fixes. Older versions are considered as insecure. As of February 2020 there were three supported versions, with a new LTS 1.35 planned for May 2020:

  1. The future version 1.35 (REL1_35 branch in October 2019)
  2. The stable version 1.34 supported until November 2020
  3. The legacy version 1.33 supported until June 2020
  4. The old LTS version 1.35 supported until June 2021

Database dump

For downloadable dumps of Wikipedia's article database, see Wikipedia:Database download. For a description of the database format and fields, see database layout.

To create your own dump of a local MediaWiki site, you can use the dumpBackup.php script found in the maintenance directory of your MediaWiki installation tree.

An example invocation to a full backup might look like:

 php maintenance/dumpBackup.php --full > full.xml

Command line options for dumpBackup.php are explained by running it with no parameters, i.e.

 php maintenance/dumpBackup.php

However, there are some extra undocumented options in its source code.

Se også

MediaWiki.org wiki has a page about this at: