Schema cache not updating after Notify #2322
-
Environment
Description of issueNotify seems to correctly update the db-schemas parameter on the postgrest container but the API does not seem to see this change unless I restart the container. Steps to reproduce:
But Here is my postgrest config, right after the container starts:
And here's the docker-compose:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Can you try with https://postgrest.org/en/latest/configuration.html#reload-with-notify |
Beta Was this translation helpful? Give feedback.
Can you try with
NOTIFY pgrst, 'reload config'
?https://postgrest.org/en/latest/configuration.html#reload-with-notify