how to specify schema in DATABASE_URL option ? #4013
Hetasser
started this conversation in
Installation & Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ok so on pg server side, I created
in /etc/minirss I have
DATABASE_URL=user=miniflux password= host= dbname=miniflux
I also tried
DATABASE_URL=postgres://miniflux:@/miniflux?sslmode=disable
which gives me the same error
I tried adding parameters like currentSchema=miniflux (found on SO) to both configurations but it doesnt work
pq: unrecognized configuration parameter "currentSchema"is there a parameter to specify the default schema for miniflux configuration ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions