Marostegui has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327703 )

Change subject: osc_host.sh: Added skip-ssl for the connection
......................................................................

osc_host.sh: Added skip-ssl for the connection

After enabling TLS on neodymium this connection needs the --skip-ssl
option to be able to login and to do the ALTER tables

Bug: T111654
Change-Id: I95fdc8591c978d4f1f65a11ff2f99a58bc14f5ec
---
M dbtools/osc_host.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software 
refs/changes/03/327703/1

diff --git a/dbtools/osc_host.sh b/dbtools/osc_host.sh
index 9cd6b2a..67f90bd 100755
--- a/dbtools/osc_host.sh
+++ b/dbtools/osc_host.sh
@@ -120,7 +120,7 @@
        exit 1
 fi
 
-mysql="mysql -h $host -u $user -P $port"
+mysql="mysql --skip-ssl -h $host -u $user -P $port"
 
 if ! $mysql -e "status"; then
        echo "Connect failed: $user@$host:$port"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I95fdc8591c978d4f1f65a11ff2f99a58bc14f5ec
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Marostegui <maroste...@wikimedia.org>

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

Reply via email to