Live data from Hacker News

Untitled topic

news.ycombinator.com

1–2 of 2 posts

Re: undefined

#2
Backup Amazon RDS Databases in FOUR simple commands:

1. docker run -it ghcr.io/dbsnapper/dbsnapper:latest /bin/bash

2. dbsnapper config init

3. dbsnapper 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