-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add DB_ADMIN_USER to support postgresql docker #5
Comments
custom name for super user isn't support by idempiere itself can overcome by on docker create empty database before run console-setup |
@hieplq - the commits idempiere/idempiere@28171cda and idempiere/idempiere@2e7f2cdb can be an example about how it can be done, there is hardcoded for amazon, but maybe is not too hard to make it more generic. |
"create empty database before run console-setup" is a workaround |
We should make the creation of the database optional for Docker containers or console-setup. This would also remove the need to customize the installation code for managed databases like AWS RDS or Azure Database for Postgresql. |
if use postgresql docker we can define a user difference postgres as superUser
so beside DB_ADMIN_PASS then DB_ADMIN_USER should add as environment variable
The text was updated successfully, but these errors were encountered: