IDEMPIERE-3821 Adapt RUN_ImportIdempiere.sh to allow amazon postgresql RDS / tested with aurora postgresql 11.6

This commit is contained in:
Carlos Ruiz 2020-03-09 16:08:29 +01:00
parent 501ef7479c
commit 2e7f2cdb26
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ echo -------------------------------------
if [ $ISAMAZONRDS = Y ] if [ $ISAMAZONRDS = Y ]
then then
# modified for amazon RDS - doesn't allow SUPERUSER # modified for amazon RDS - doesn't allow SUPERUSER
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere" ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
else else
ROOT_ROLE="SUPERUSER" ROOT_ROLE="SUPERUSER"
fi fi

View File

@ -41,7 +41,7 @@ echo -------------------------------------
if [ $ISAMAZONRDS = Y ] if [ $ISAMAZONRDS = Y ]
then then
# modified for amazon RDS - doesn't allow SUPERUSER # modified for amazon RDS - doesn't allow SUPERUSER
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere" ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
else else
ROOT_ROLE="SUPERUSER" ROOT_ROLE="SUPERUSER"
fi fi