0

I need help related to the configuration of PostgREST with the PostgreSQL database dumped into Heroku or AWS.

What are the exact steps from the beginning?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
syeenn
  • 191
  • 2
  • 3
  • 11
  • Did you already follow https://postgrest.com/en/v4.3/tutorials/tut0.html? – rmuller Oct 30 '17 at 10:42
  • I followed but I have an issue. After: create role web_anon nologin; grant web_anon to postgres; grant usage on schema api to web_anon; grant select on api.todos to web_anon when I run an app on heroku domain I got error that web_anon role does not exist. Can you suggest something? – syeenn Oct 30 '17 at 11:12

0 Answers0