Configuring Wiki.js to use an AWS RDS Postgres instance #6502
Replies: 2 comments
-
You must enable SSL, but wiki.js doesn't support providing a CA bundle to the driver. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If by any reason you got here looking for the answer: then on config.yml you need to adjust with this under db:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
OS: Kubernetes 1.25
Pod Image: requarks/wiki:2
Database Engine: Postgres 15.3
Database Host: AWS RDS Postgres
Network: Private (using VPC)
Hello,
I am having issues setting up a wiki.js deployment using AWS EKS and AWS RDS.
The pod running wiki.js is not able to establish a connection with my Postgres DB. It always mentions the pg_hba.conf after the 10th retry.
I already tested if I had made a mistake setting up the network but it worked fine using a pgAdmin4 WebClient deployment. The pgAdmin4 deployment used the exact same infrastructure, I just changed the image and added 3 env vars.
So it is probably no networking stuff. Otherwise the wiki.js deployment couldn't reach the database to tell me about the pg_hba.conf. Does anyone know what I could do to solve the issue?
Greetings,
1stNox
Beta Was this translation helpful? Give feedback.
All reactions