https://github.com/marcellofabrizio/python-scheduled-backup-service
A Python program that runs scheduled backups of a PostgreSQL database
https://github.com/marcellofabrizio/python-scheduled-backup-service
aws aws-s3 database postgres postgresql python3
Last synced: 2 months ago
JSON representation
A Python program that runs scheduled backups of a PostgreSQL database
- Host: GitHub
- URL: https://github.com/marcellofabrizio/python-scheduled-backup-service
- Owner: Marcellofabrizio
- License: mit
- Created: 2020-10-23T21:00:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T21:17:57.000Z (over 5 years ago)
- Last Synced: 2025-10-05T04:42:20.319Z (9 months ago)
- Topics: aws, aws-s3, database, postgres, postgresql, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Scheduled-Backup-Service
A python service to backup a PostgreSQL database
## About this program
This is a scheduled program for backing up your PostgreSQL database
and upload it to AWS S3. Feel free to use it.