Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: save database backup in cloud infra for postgres #7

Open
sboy99 opened this issue Dec 20, 2024 · 0 comments
Open

feat: save database backup in cloud infra for postgres #7

sboy99 opened this issue Dec 20, 2024 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@sboy99
Copy link
Owner

sboy99 commented Dec 20, 2024

Title: Save Database Backups in Cloud Infrastructure

Description:
Implement functionality to save database backups to cloud storage. The feature should:

  1. Support uploading backup files to cloud storage services (e.g., AWS S3, Google Cloud Storage, Azure Blob Storage).
  2. Provide configuration options for specifying the cloud provider, credentials, storage bucket/container, and backup file path.
  3. Include basic error handling for failed uploads.
  4. Ensure backups are secure during transfer (e.g., using HTTPS) and at rest (e.g., using encryption).

This functionality will ensure reliable and scalable storage for database backups.

@sboy99 sboy99 added feature New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant