Addresses https://github.com/twentyhq/twenty/issues/15274 There's no need to parse the URL, since psql is happy to use it directly. If you are going to parse the URL, you should parse it correctly - the logic removed here make a number of assumptions about the URL that are inaccurate and reject many types of valid URIs. This does drop the ability to create the database which may be handy for people that don't do database administration. For people that do, this is an anti-feature.