amin
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
I'll do that
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Thank you so much
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
but it doesn't work yet
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Now, I'm passing some like this:
PG_BOSS_NEW_OPTIONS='{"connectionString":"postgresql://postgresWaspDevUser:postgresWaspDevPass@localhost:5432/octopus_plugin-27b4e80472","ssl":{"rejectUnauthorized":false}}'
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Ah, yes. ssl isn't required. This IP will connect automatically to DB if I comment PGBoss.
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Hmm, do you mean stackoverflow?
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
It's really strange! because WASP app automatically will pass the connection string to PGboss!
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
this is what I get
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
so when I uncomment PGboss, it can't connect to DB. I think I have to set DB on different config for itself or something like that. or it can't at least read DATABASE_URL
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Yes, I meant when I comment PGboss completely, it connects and doesn't crash the backend app
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
Thanks for your guide, we have a system that it deploy some instance with different config DATABASE_URL, so I think it does't read DATABASE_URL or something like that
27 replies
WWasp-lang
•Created by amin on 7/8/2024 in #đŸ™‹questions
PGboss error on Linux server
the backend will connect to DB psql via DATABASE_URL well. so when I disable pg boss it connect correctly. only PGboss can't connect
27 replies