Utility program for uploading PostgreSQL backups to RackSpace Cloud Files
pip install pg2cf
- Rename
init.sh.exampletoinit.sh - Enter the required variables and source them
source init.sh - Install required python modules with
pip install -r requirements.txt - Execute the program
./pg2cf.py
Depending on where you set the LOG_FILE in init.sh you can view the
logs of the application to make sure that everything is working with
tail -f $LOG_FILE