You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Spilo for some time now, thanks for all the good work here.
Today I got a request to install a CRONTAB into it and am facing an issue due to pam config.
2024-10-17 07:33:27,578 - bootstrapping - ERROR - Error while adding a crontab for user postgres: b'You (postgres) are not allowed to access to (crontab) because of pam configuration.\n'
My Crontab is as supposed in 53b8ad9
sh-5.1$ env | grep CRONTAB
CRONTAB="['0 0 * * * echo hello']"
sh-5.1$
Any help appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I am using Spilo for some time now, thanks for all the good work here.
Today I got a request to install a CRONTAB into it and am facing an issue due to pam config.
2024-10-17 07:33:27,578 - bootstrapping - ERROR - Error while adding a crontab for user postgres: b'You (postgres) are not allowed to access to (crontab) because of pam configuration.\n'
My Crontab is as supposed in 53b8ad9
sh-5.1$ env | grep CRONTAB
CRONTAB="['0 0 * * * echo hello']"
sh-5.1$
Any help appreciated.
The text was updated successfully, but these errors were encountered: