Skip to content

Changing call to create tmp dir as the database user

Ian Baum requested to merge 2023-postgresql-9-6-upgrade-failed-with-tmp-dir into master

Previously would run as root, and only set the target directories permissions. If parent directories were unreadable by the db user, then pg-upgrade would fail.

Closes #2023 (closed)

Merge request reports