After updating to unprivileged mode (because privileged is being depcrecated), we are getting access denied issues when running some commands. For example: "phenv ibackup --setup"
So far, the issues seem to be with commands that relate to Postgres.
How are we supposed to run unprivileged, but complete admin tasks?
Note: If I run the commands as root, I get this error: "CommandError: This command must be executed by user phantom."
Thanks!
... View more