Manual:PostgreSQL

From mediawiki.org
(Redirected from Manual:Postgres)

The purpose of this page is to collect information and experiences about running MediaWiki on PostgreSQL.

MediaWiki supports PostgreSQL since 1.7, but please note that this is second-class support, and you may likely run into some bugs. The database most commonly used with MediaWiki is MySQL . See Phabricator for a list of issues. MediaWiki requires PostgreSQL 10.0 or later, and PG database support enabled in PHP.

Most of the common maintenance scripts work with PostgreSQL; however, some of the more obscure ones might have problems.

Is PostgreSQL a good choice for MediaWiki?[edit]

Wikimedia uses MariaDB so MediaWiki gets more testing on MariaDB than PostgreSQL. Support for PostgreSQL is maintained by volunteers. Most core functionality is working.

MediaWiki database migration[edit]

The best is to migrate only XML-content and filesystem images. See simple complete terminal steps at https://stackoverflow.com/questions/8771896

From MySQL to PostgreSQL[edit]

dumpBackup.php and importDump.php could be used for this.

From PostgreSQL to MySQL[edit]

This is generally not recommended as converting from Postgres data types back to MySQL is not as simple an operation as the reverse.

There are, however, some scripts which may work.