HoloClean-Legacy-deprecated
HoloClean-Legacy-deprecated copied to clipboard
Problem with pg_script_mac.sh and pg_script_ubuntu.sh
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.