BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
42 stars 56 forks source link

Updates and cleanup #38

Closed WadeBarnes closed 4 years ago

WadeBarnes commented 4 years ago

Opened as draft since there is more to come.

WadeBarnes commented 4 years ago

The main script refactoring and plugin implementation is complete. Both have been thoroughly tested using the postgres, and null plugin.

WadeBarnes commented 4 years ago

The initial mongo plugin refactoring and implementation are complete. All mongo functions have been tested.

Final verification tasks to complete:

WadeBarnes commented 4 years ago

Mongo restore has been verified.

WadeBarnes commented 4 years ago

Mongo restore to a different database name has been tested. The current implementation does not support it. Marked it as a ToDo.

WadeBarnes commented 4 years ago

Calling this done and ready for review.

WadeBarnes commented 4 years ago

@esune, @gil0109, Could you two have a look over this when you have a moment. I'd like to get it merged into the mongo branch on the main repo so we can make final preparations for merging into master. Thanks