Asked by Shakthi777
at 2024-11-28 03:32:26
Point:500 Replies:5 POST_ID:828840USER_ID:11753
Topic:
Linux;Shell Scripting;PostgreSQL Database
Hi Experts,
I need to run some script over my Postgres database by postgres user. So, I have set a cron tab to execute it for every 5 minutes.
I need to run some script over my Postgres database by postgres user. So, I have set a cron tab to execute it for every 5 minutes.
script1=the file containing my script
But its not running. I can't root's crontab since it's not allowed in Postgres service.
Can you kindly help me on this and thanks a lot for your time !