From: guochuyicmri Date: Wed, 17 Apr 2019 03:45:37 +0000 (+0800) Subject: Upgrade uui-server database to postgreSQL X-Git-Tag: 2.0.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F85527%2F1;p=usecase-ui%2Fserver.git Upgrade uui-server database to postgreSQL Change-Id: Ib43c826866d99ad18b3c343b9dc01a4c5d921cdf Issue-ID: USECASEUI-236 Signed-off-by: guochuyicmri --- diff --git a/standalone/src/main/assembly/resources/bin/initDB.sh b/standalone/src/main/assembly/resources/bin/initDB.sh index baa06724..ad9dac27 100644 --- a/standalone/src/main/assembly/resources/bin/initDB.sh +++ b/standalone/src/main/assembly/resources/bin/initDB.sh @@ -23,7 +23,7 @@ user_pg=$3 user_uui=$4 echo "setting postgres database password" -su - $user <