Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Error creating user #10

Open
etj opened this issue Sep 20, 2023 · 0 comments
Open

Error creating user #10

etj opened this issue Sep 20, 2023 · 0 comments

Comments

@etj
Copy link

etj commented Sep 20, 2023

The script is creating the user with the DB name instead of the username, and then tries to manipulate the user with the proper name:

CREATE USER $db;
ALTER USER $geonode_user with encrypted password '$geonode_password';

Same for geodb:

CREATE USER $geodb;
ALTER USER $geonode_geodb_user with encrypted password '$geonode_geodb_password';

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant