You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: