[–] joescharf 2y ago ↗ Backup Amazon RDS Databases in FOUR simple commands:1. docker run -it ghcr.io/dbsnapper/dbsnapper:latest /bin/bash2. dbsnapper config init3. dbsnapper auth token <YOUR_DBSNAPPER_CLOUD_AUTH_TOKEN>4. dbsnapper build amazon-rds-postgresEliminates time spent setting up environments, installing tools, and other overhead often required when creating database snapshots.I'm the founder of DBSnapper - if you're interested in learning more, get in touch at joe@dbsnapper.com
1 comment
[ 3.1 ms ] story [ 14.7 ms ] thread1. docker run -it ghcr.io/dbsnapper/dbsnapper:latest /bin/bash
2. dbsnapper config init
3. dbsnapper auth token <YOUR_DBSNAPPER_CLOUD_AUTH_TOKEN>
4. dbsnapper build amazon-rds-postgres
Eliminates time spent setting up environments, installing tools, and other overhead often required when creating database snapshots.
I'm the founder of DBSnapper - if you're interested in learning more, get in touch at joe@dbsnapper.com