Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.02 KB

README.rst

File metadata and controls

35 lines (25 loc) · 1.02 KB

consulbacks3

This package is preset on pypi at consulbacks3 This is the package to create consul backup , zip it and push the same to the s3 for the backup purpose.

The package creates simple yml files which contains key value pairs seperated by space colon space i.e " : " .

Installation instruction

  • Install the package on the server where consul is installed.
  • sudo pip install consulbackups3
  • Run consulbacks3-configure to configure and enter the below details and save the settings .
  • Run consulbacks3 to take backup of all of the key-value pairs .

Note: You will need aws access_key and secret which have access to the corresponding bucket.

Things to do :

  • Documentation at readthedocs
  • Restore/write to consul from the backup file