DB backup cron job running out of space

I have a simple script to pgdump my Postgres and I get the error

“Evicted. Size of temporary storage volume /project exceeded the limit of 16GB.”

Is there a way to increase this limit?

1 Like

Hey Chris,

We can’t precisely control the limit for each folder and service; your options would be to reduce the backup size or consider the use of an alternative directory, such as /var/data, for temporarily storing the backup on the instance.

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.