Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Problem with pg_script_mac.sh and pg_script_ubuntu.sh #267

Open
ah89 opened this issue Jul 5, 2018 · 0 comments
Open

Problem with pg_script_mac.sh and pg_script_ubuntu.sh #267

ah89 opened this issue Jul 5, 2018 · 0 comments
Assignees
Labels

Comments

@ah89
Copy link
Collaborator

ah89 commented Jul 5, 2018

When you start from scratch, running these two scripts don't solve the database and user connection problem and users have a problem with dropping schema publicly.

I solve this problem by going into the Postgres using :
sudo -u postgres psql

And run the following command
ALTER ROLE holocleanuser Superuser;

One solution is to include these commands inside pg_script_mac.sh and pg_script_ubuntu.sh.

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

No branches or pull requests

3 participants