* created yml file for the beldex daemon and wallet
* beldex integration in btcpay-server
* build script for beldex image
* Update Docker image name for beldex
* Update Docker images to official registries
* Auto-load wallet with BDX plugin intead of wallet RPC
---------
Co-authored-by: victor-tucci <victor.tucci@beldex.io>
Co-authored-by: victor-tucci <80321576+victor-tucci@users.noreply.github.com>
* Remove restore directory after restore
* Backup bitcoin folder, excluding blocks and chainstate
* Deprecate and warn about the old backup process
* Update log messages
* Add backup documentation
* Make db dump more modular
* Add basic backup and restore scripts
* Exit on error
* Exit with error code in case of missing file
* Determine volumes location programatically
A bit hacky, maybe there's a better way - open for suggestions!
* gzip database dump
* Restore database
* Fail on pipe errors
* Encrypt backup using gpg; improve log messages
* Ensure database container is up during dump and import
* Restore volumes