[untitled]1 points·by joescharf·2 ปีที่แล้ว·0 comments1 commentsPost comment[–]joescharf·2 ปีที่แล้วreplyBackup 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 [email protected]
1. 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 [email protected]