BUG #17624: Creating database is non-ending execution.
The following bug has been logged on the website:
Bug reference: 17624
Logged by: Bertrand Mutangana
Email address: ishimweb123@gmail.com
PostgreSQL version: 14.1
Operating system: Ubuntu 18.04 running on wsl
Description:
I have installed PostgreSQL version 14.01in ubuntu 18.04 running in WSL
windows 10. Set up and configuration went well. The problem occurred when I
tried to create a database. The execution doesn't end. It shows that it is
running but it does not end. I waited for over 6 hours and nothing was
happening. It is important to note that everything else was working fine.
Please correct that because it looks like it is a bug in version 14. I
switched to version 12 and it is working fine and I can create the databases
in seconds.
On Thu, Sep 29, 2022 at 2:44 AM PG Bug reporting form <
noreply@postgresql.org> wrote:
The following bug has been logged on the website:
Bug reference: 17624
Logged by: Bertrand Mutangana
Email address: ishimweb123@gmail.com
PostgreSQL version: 14.1
Operating system: Ubuntu 18.04 running on wsl
Description:Please correct that because it looks like it is a bug in version 14. I
switched to version 12 and it is working fine and I can create the
databases
in seconds.
Maybe try switching to the current v14 minor release and seeing if that
works; reporting bugs against unsupported minor releases isn't that
productive, especially anything in the first year.
David J.
Ok, I'll do that.
On Thu, 29 Sep 2022, 16:31 David G. Johnston, <david.g.johnston@gmail.com>
wrote:
Show quoted text
On Thu, Sep 29, 2022 at 2:44 AM PG Bug reporting form <
noreply@postgresql.org> wrote:The following bug has been logged on the website:
Bug reference: 17624
Logged by: Bertrand Mutangana
Email address: ishimweb123@gmail.com
PostgreSQL version: 14.1
Operating system: Ubuntu 18.04 running on wsl
Description:Please correct that because it looks like it is a bug in version 14. I
switched to version 12 and it is working fine and I can create the
databases
in seconds.Maybe try switching to the current v14 minor release and seeing if that
works; reporting bugs against unsupported minor releases isn't that
productive, especially anything in the first year.David J.
Hi,
On 2022-09-29 08:41:30 +0000, PG Bug reporting form wrote:
The following bug has been logged on the website:
Bug reference: 17624
Logged by: Bertrand Mutangana
Email address: ishimweb123@gmail.com
PostgreSQL version: 14.1
Operating system: Ubuntu 18.04 running on wsl
Description:I have installed PostgreSQL version 14.01in ubuntu 18.04 running in WSL
windows 10.
WSL1 or WSL2? They work entirely differently, hence the question...
Greetings,
Andres Freund