fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

is it possible take snapshot from DB_A and transfer to DB_B to restore ? #70

Closed changchichung closed 6 years ago

changchichung commented 6 years ago

Can I use stellar to take a snapshot from my laptop and transfer to real DB Server and then restore from snapshot ?

quantus commented 6 years ago

Nope, that is not possible. Stellar only knows how to copy, delete and rename databases (or tables) inside a single DB server. If you need to move databases to another server you need to use some other method.