Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
This repository was 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

@ah89

Description

@ah89

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions