vetalfw
Results
1
issues of
vetalfw
Could you tell me how to correctly specify the connection string if there is a dash in the name of my database. Connection string example: `- --pgBouncer.connectionString=postgres://$(DB_USER):$(DB_PASSWORD)@127.0.0.1:5432/tmp-test-db?sslmode=disable&connect_timeout=10` The error I...