sangle69
Explore posts from serversHow to disable postgres SSL for windmill.dev deployment?
Thank you so much. I tried to deploy the postgres in railway template (the latest version separated from windmill) and I got this error when I tried to connect to windmill. I believe this is the error related to ssl ??
Error: Connecting to database: error communicating with database: invalid peer certificate: Other(UnsupportedCertVersion)
30 replies
Permission denied error with windmill and supabase
I am using Supabase database currently.
However, I tried railway's database, but it doesn't work probably, and I got this error as follows:
Error: Migrating database: while executing migrations: error returned from database: syntax error at or near "TRIGGER"
Caused by:
0: while executing migrations: error returned from database: syntax error at or near "TRIGGER"
1: error returned from database: syntax error at or near "TRIGGER"
2: syntax error at or near "TRIGGER"
15 replies
How to disable postgres SSL for windmill.dev deployment?
Thanks for poiting that out. I totally forgot that. I did and I got this error.
Error: Migrating database: while executing migrations: error returned from database: syntax error at or near "TRIGGER"
Caused by:
0: while executing migrations: error returned from database: syntax error at or near "TRIGGER"
1: error returned from database: syntax error at or near "TRIGGER"
2: syntax error at or near "TRIGGER"
30 replies
How to disable postgres SSL for windmill.dev deployment?
I deployed a postgres database on railway and copied the connect link to the windmill .env file prior to windmill deployment, but I still get an error. I think it's because postgres on railway has ssl enabled by default, and windmill doesn't support that.
The error message is: Error: Bad config: DATABASE_URL env var is missing
This is the windmill repo I'm using: https://github.com/windmill-labs/windmill
30 replies