Setting up Plausible in AWS ECS + RDS (Aurora Postgres) #4600
-
Hi everyone, I tried: Here's my env variable config:
My command in the plausible ECS instance is:
Logs:
I've tried different things mentioned in the Issues section but haven't had any success. I also tried disabling SSL by doing But I get a different error:
From what I researched |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 20 replies
-
The second error means creating databases is forbidden. Which makes sense since RDS doesn't allow creating databases via SQL -- instead, that is done through their dashboard UI or AWS API. |
Beta Was this translation helpful? Give feedback.
-
Note that I also tried using the root user and the error persists |
Beta Was this translation helpful? Give feedback.
-
Please get your DB env vars from the container and compare them to RDS creds. It would probably be easier to start with ssl=false :) |
Beta Was this translation helpful? Give feedback.
-
I found out that SSL=false wont work because RDS automatically sets the SSL mode to forced
I also ran this on the DB:
|
Beta Was this translation helpful? Give feedback.
-
Actually, v26 is also using depth=10 by default, so that's unlikely to be the problem. |
Beta Was this translation helpful? Give feedback.
I'll run some manual checks on RDS with Erlang's
:ssl
and come back with configuration that works.You would then be able to set it with extra config: #3906
I haven't tried it, but I think something like this should work:
my_config.exs