Using temp folder for backups

Hi.
Currently each dump/restore of PostgreSQL database takes two steps…
For backup:

  1. Dump to the temp folder
  2. Copy file to the final destination
    For restore:
  3. Copy file to the temp folder
  4. Actual restore

It causes double time for the whole process.

Since we have Custom and TAR formats in addition to Plain text dump it would be good to add the bypass option for copying the file to the dump and restore process which will decrease twice the job duration.

Hi Ilan_Amir,

You can do it by specifying the same folder for the temporary files and for storing the backups (as your destination).

If you have any other questions, please let us know.

Thank you