HoloClean-Legacy-deprecated icon indicating copy to clipboard operation
HoloClean-Legacy-deprecated copied to clipboard

Problem with pg_script_mac.sh and pg_script_ubuntu.sh

Open ah89 opened this issue 6 years ago • 0 comments

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.

ah89 avatar Jul 05 '18 22:07 ah89