Using an existing Postgres 16 instance instead of ossapps/postgres image? #453
-
|
I have a Postgres 16 container running that hosts already a few DBs from my services. I would like to have also the SplitPro database in there, but I have seen that in the docker installation here in the repo it is being used a custom image
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
|
I suppose you can do that. Our image is only for adding pg_cron indeed, which won't be needed until |
Beta Was this translation helpful? Give feedback.
-
|
@krokosik do you have pointers on setting up the Should And splitpro logs have: Raw query failed. Code: `42501`. Message: `ERROR: permission denied to create extension "pg_cron"
HINT: Must be superuser to create this extension.`
prisma:error Raw query failed. Code: `42501`. Message: `ERROR: permission denied to create extension "pg_cron"
HINT: Must be superuser to create this extension.` |
Beta Was this translation helpful? Give feedback.
I suppose you can do that. Our image is only for adding pg_cron indeed, which won't be needed until
1.6is released.