Replibyte is a blazingly fast tool to seed your databases with your production data while keeping sensitive data safe 🔥
Create a dump
replibyte -c conf.yaml dump create
List all dumps
replibyte -c conf.yaml dump list
type name size when compressed encrypted
PostgreSQL dump-1647706359405 154MB Yesterday at 03:00 am true true
PostgreSQL dump-1647731334517 152MB 2 days ago at 03:00 am true true
PostgreSQL dump-1647734369306 149MB 3 days ago at 03:00 am true true
Restore the latest dump in a local container
replibyte -c conf.yaml dump restore local -v latest -i postgres -p 5432
Restore the latest dump in a remote database
replibyte -c conf.yaml dump restore remote -v latest
Here are the features we plan to support
Check here.
Thanks to all people sharing their ideas to make Replibyte better. We do appreciate it. I would also thank AirByte, a great product and a trustworthy source of inspiration for this project.
Replibyte is initiated and maintained by Qovery.