install new database to user
test with database bd_contmig_nat_bgm
createdb bd_contmig_nat_bgm
psql -U postgres -"ALTER DATABASE bd_contmig_nat_bgm owner to my_user"
Edit pg_hba. Conf to grant access to all users role iav invite my_user ....
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO my_user;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO my_user;
TODO
-
connection for user bgm fail -
adapt 0.6.1_1 to new db -
when wrong user we still have the wrong message in shiny.
Edited by cedricbriandgithub