eduardolat / pgbackweb

🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
MIT License
935 stars 45 forks source link

[FIX] Stream data to destination #2

Closed eduardolat closed 3 months ago

eduardolat commented 3 months ago

Refactor the backup process so that data is streamed from the time the backup is made until it is saved to the destination, to avoid unnecessary memory usage.

eduardolat commented 3 months ago

Bug fixed, will be included in next release