dpage / winpgbuild

A repo containing Github actions for building PostgreSQL and it's dependencies on Windows
1 stars 2 forks source link

postgresql-dev: Work around privilege issue #12

Closed anarazel closed 4 months ago

anarazel commented 4 months ago

Github windows jobs are run as a privileged user. For some reason windows ends up creating the directories owned by "Administrator", which causes problems because when postgres drops privileges, it doesn't have sufficient rights to access them anymore!

See also https://www.postgresql.org/message-id/20240707064046.blgjxoqiywunbebl%40awork3.anarazel.de