Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/316232

Change subject: Update mw-install-postgresql to include the install script
......................................................................

Update mw-install-postgresql to include the install script

Bug: T22343
Bug: T39602
Change-Id: I58f01b1c1a5bffb92bed5036cd98d399fc7f5e00
---
M bin/mw-install-postgresql.sh
1 file changed, 14 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/32/316232/1

diff --git a/bin/mw-install-postgresql.sh b/bin/mw-install-postgresql.sh
index 0fdaf41..14e106f 120000
--- a/bin/mw-install-postgresql.sh
+++ b/bin/mw-install-postgresql.sh
@@ -1 +1,14 @@
-not-implemented.sh
\ No newline at end of file
+#!/bin/bash -eu
+
+. /srv/deployment/integration/slave-scripts/bin/mw-setup.sh
+
+# Run MediaWiki installer
+cd "$MW_INSTALL_PATH"
+php maintenance/install.php \
+       --confpath "$MW_INSTALL_PATH" \
+       --dbtype=postgres \
+       --dbname="$MW_DB" \
+       --dbpass=postgres \
+       --pass testpass \
+       TestWiki \
+       WikiAdmin

-- 
To view, visit https://gerrit.wikimedia.org/r/316232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58f01b1c1a5bffb92bed5036cd98d399fc7f5e00
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to