User "OverlordQ" changed the status of MediaWiki.r89393. Old Status: new New Status: fixme
User "OverlordQ" also posted a comment on MediaWiki.r89393. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89393#c17899 Commit summary: Apply a patch adapted from the one on Bug #16794 This patch should allow you to use the $wgSharedDB [with Postgres] normally, as you would with mysql. Basically this patch creates a second connection with the shared database and when a query is made, we check on which connection we should send it. Patch from Luca Fulchir Comment: Breaks updates and likely other things as well <pre># php maintenance/update.php --quick MediaWiki 1.19alpha Updater Going to run database updates for wikidb Depending on the size of your database this may take a while! Creating sequence logging_log_id_seq PHP Warning: pg_query(): Query failed: ERROR: relation "logging_log_id_seq" already exists in /var/www/thedarkcitadel.com/w/includes/db/DatabasePostgres.php on line 284 Warning: pg_query(): Query failed: ERROR: relation "logging_log_id_seq" already exists in /var/www/thedarkcitadel.com/w/includes/db/DatabasePostgres.php on line 284 A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: CREATE SEQUENCE logging_log_id_seq Function: Error: 1 ERROR: relation "logging_log_id_seq" already exists </pre> _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
