Page MenuHomePhabricator

makeConnectionString not defined
Closed, ResolvedPublic

Description

Author: zane

Description:
workaround patch

When WikiMedia tries to connect as superuser to perform DB setup with postgres, it fails because 'makeConnectionString' is not defined.

@$this->mConn = pg_connect( $this->makeConnectionString( $connectVars ) );

Note: not sure I'm using the best password in the patch. Also, I suspect this may be a missed commit or something, so the alternative fix would be to define 'makeConnectionString'


Version: 1.13.x
Severity: critical

Attached:

Details

Reference
bz17449

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.
StatusSubtypeAssignedTask
InvalidNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:26 PM
bzimport set Reference to bz17449.
bzimport added a subscriber: Unknown Object (MLST).

Definition backported to 1.13 in r47171

Jdforrester-WMF subscribed.

Migrating from the old tracking task to a tag for PostgreSQL-related tasks.