twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Update docker entry point parsing to handle postgres query paramaters

Open aldalen opened this issue 4 months ago • 2 comments

This PR fixes the database name check to ignore query params. This is useful for situations where you need to force sslmode, like ?sslmode=require. Yarn seems to handle this, but this db creation check fails.

My environment enforces ssl for all PG connections, so I need twenty to handle this check for me to test it locally.

aldalen avatar Jun 28 '25 06:06 aldalen