New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pg2cf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg2cf

Performs PostgresSQL dumps and stashes them in CloudFiles

1.0.2
PyPI
Maintainers
1

pg2cf

Utility program for uploading PostgreSQL backups to RackSpace Cloud Files

Documentation <http://getstatusy.github.io/pg2cf/>__

Installation

::

pip install pg2cf

Usage

  • Rename init.sh.example to init.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

Production Usage Example <https://blog.statusy.co/easily-send-postgresql-backups-to-rackspace-cloud-files-with-pg2cf/>__

Keywords

backup cloud database

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts