IDEMPIERE-3821 Adapt RUN_ImportIdempiere.sh to allow amazon postgresql RDS / tested with aurora postgresql 11.6
This commit is contained in:
parent
501ef7479c
commit
2e7f2cdb26
|
@ -50,7 +50,7 @@ echo -------------------------------------
|
|||
if [ $ISAMAZONRDS = Y ]
|
||||
then
|
||||
# modified for amazon RDS - doesn't allow SUPERUSER
|
||||
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere"
|
||||
ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
|
||||
else
|
||||
ROOT_ROLE="SUPERUSER"
|
||||
fi
|
||||
|
|
|
@ -41,7 +41,7 @@ echo -------------------------------------
|
|||
if [ $ISAMAZONRDS = Y ]
|
||||
then
|
||||
# modified for amazon RDS - doesn't allow SUPERUSER
|
||||
ROOT_ROLE="CREATEDB IN ROLE rds_superuser, adempiere"
|
||||
ROOT_ROLE="CREATEDB IN ROLE rds_superuser"
|
||||
else
|
||||
ROOT_ROLE="SUPERUSER"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue