Skip to main content

Simplify RDS Backups to S3

Project description


pyrdsbackup

A library on top of pyodbc meant to simplify backups of Databases from RDS to S3

Installation

sudo apt install -y unixodbc unixodbc-dev
pip install pyrdsbackup

Usage

MSSQL

Make sure that RDS Bakcup is enabled for your RDS instance

from pyrds.backup import mssql

# Initialize Credentials
credentials = {
    'server': 'rdsserver.amazon',
    'username': 'adminuser',
    'password': 'password',
    'port': 1433,
    'bucket': 'bucket_name',
    'driver_version': 17
}

# Test if the connection works. If returns True then backup is possible
mssql.test(credentials)

# Backup the database
mssql.backup(credentials, 'database_name')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrdsbackup-1.1.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pyrdsbackup-1.1.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page