db schema definition #1662
Unanswered
bitwise-io
asked this question in
Q&A
Replies: 1 comment 1 reply
|
this is the missing bit. I reproduced it with the current
sails_datastores__default__schemaName: plankaAfter that |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
is it possible to define the db schema in the docker compose file for the db connection, because i don't want to use public as the default schema
my connection uri is:
.. with or without "?options..." it will not work, also when i've configured postgres to use another default schema for the user
i think planka is always looking for public schema because the logs tell me:
the docker run command with db:create-admin worked and the user exist in the db at the correct schema (not public), but not if i start docker compose up -d
hopefully someone could help
All reactions