-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
What problem will this feature address?
Currently, Dokploy only allows configuring a single cron job for backups to one S3 destination. This limitation makes it difficult for users who want to store their backups in multiple locations for redundancy, use different S3 providers, or maintain separate environments.
Describe the solution you'd like
We would like the ability to configure multiple backup destinations using different S3 buckets. Each backup configuration should support its own cron schedule and allow specifying different S3 credentials and regions. Ideally, this should be integrated into the UI and CLI so users can easily manage multiple destinations.
Describe alternatives you've considered
As a workaround, users could try setting up external cron jobs on their own infrastructure or scripting backups manually using the Dokploy CLI or APIs, but this adds unnecessary complexity and isn't ideal for most use cases.
Additional context
Adding support for multiple S3 destinations would greatly improve backup flexibility, increase reliability, and help teams meet compliance and disaster recovery requirements.
Will you send a PR to implement it?
Yes