Manual:PostgreSQL/de
The purpose of this page is to collect information and experiences about running MediaWiki on PostgreSQL.
MediaWiki unterstützt PostgreSQL seit 1.7, aber bitte es ist zu beachten, dass dies eine zweitklassige Unterstützung ist und man wahrscheinlich auf viele Fehler stoßen wird. Die am häufigsten mit MediaWiki verwendete Datenbank ist MySQL . Siehe Phabricator für eine Liste von Fehlern. MediaWiki requires PostgreSQL 9.2 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.
Ist PostgreSQL eine gute Wahl für MediaWiki?
Wikimedia uses MariaDB so MediaWiki gets more testing on MariaDB than PostgreSQL. While support for PostgreSQL is maintained by volunteers, most core functionality is working.
Umstellung der MediaWiki-Datenbank
The best is to migrate only XML-content and filesystem images. See simple complete terminal steps at https://stackoverflow.com/a/8771896/287948
Von MySQL zu PostgreSQL
dumpBackup.php and importDump.php could be used for this.
Von PostgreSQL zu MySQL
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.