patorash

Results 6 comments of patorash

@cllns This process is meant to check if escaped_name exists in the database, right? So, if you specify the same database name as escaped_name in PGDATABASE here, you’ll get an...

@timriley Normally, this always happens when there is no database with the same name as the username. Probably, most users do not encounter this error because they use “postgres” as...

@timriley I am in the process of upgrading from 2.1 to 2.2 right now, and I am sharing the results of the error. First, I tried to delete the DB...

To summarize the above, there is a bug where the database recreation fails if a database with the same name as the username does not exist. Currently, we are reluctantly...

@cllns @timriley I performed a clean installation of Ubuntu 24.04 on WSL. 1. Upgrade all packages using apt. ```bash sudo apt update && sudo apt full-upgrade -y ``` 2. Install...

@katafrakt Thank you for your confirmation! Since the issue is being discussed elsewhere, I will wait for the conclusion from that discussion.