BUG #16596: Windows

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: wweems(at)gmail(dot)com
Subject: BUG #16596: Windows
Date: 2020-08-27 04:10:25
Message-ID: 16596-eeac87e0a2d7f26e@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16596
Logged by: Weston
Email address: wweems(at)gmail(dot)com
PostgreSQL version: 12.4
Operating system: Windows 10
Description:

Database installer fails with error: "Failed initialising cluster". Looking
at the logs, it seems like the actual issue looks like this:
Scripting.FileSystemObject initialized...

Called ClearAcl (C:\pg\12\data)...
Executing batch file 'rad56588.bat'...
Called Die(Failed to reset the ACL (C:\pg\12\data))...
Failed to reset the ACL (C:\pg\12\data)

I previously had two diff copies of pg 10 installed (pg10 and a pg10.1.4 or
something) so the installer HAS worked before but not here.
I uninstalled all traces of postgres, including data folders and registry
entries, and attempted to reinstall only to end up at the same conclusion. I
tried the comspec check for extra semicolon, as well as using diff folders.
I also attempted to check user accounts and running differently (run as
administrator vs running as my regular user).

I previously had this same core error for other reasons on several other
machines (mostly due to execution of vbs scripts in protected systems).

Browse pgsql-bugs by date

  From Date Subject
Next Message László Tóth 2020-08-27 07:13:44 Re: BUG #16593: pg_upgrade make corrupt UK indexes
Previous Message PG Bug reporting form 2020-08-27 03:40:47 BUG #16595: Reads fail with "lost saved point in index" error after writes