Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
6.61k stars 334 forks source link

Backup: File size (2198076580) is greater than 2 GiB #275

Open abdulrahman1s opened 1 month ago

abdulrahman1s commented 1 month ago

To Reproduce

  1. Set up a PostgreSQL database with data exceeding 2 GiB.
  2. Configure the backup functionality to use Cloudflare R2 as the provider.
  3. Initiate the backup process.
  4. Observe the error message indicating the file size exceeds 2 GiB.

Current vs. Expected behavior

The PostgreSQL database backup functionality fails when dealing with large databases. Specifically, an error message is displayed stating: "File size (2198076580) is greater than 2 GiB."

Provide environment information

OS: Ubuntu 24.04 LTS x86_6 
Dokploy version: v0.4.0
VPS Provider: OVH

Which area(s) are affected? (Select all that apply)

Databases

Additional context

No response

Siumauricio commented 1 month ago

Thank you for reporting this issue, I will try to fix this weekend!