tuxiqae@lemmy.dbzer0.comtoSelfhosted@lemmy.world•Postgres backup script not working when executed by a cronjobEnglish
4·
21 days agoAdd set -x
and dump the output (both stdout
, stderr
) into a logfile
Usually issues with crontab are related to variables ( PATH) as well, so you might want to consider verifying that.
And 50% more later on :)