yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.07k stars 1.09k forks source link

Multiple SQL database backups of an Universe at once #9482

Open skahler-yuga opened 3 years ago

skahler-yuga commented 3 years ago

In my environment I have multiple logical databases in my universe, DB-A and DB-B

If a disaster were to occur I would like to have both the databases for this system have backups as close as possible to the same point in time.

Therefore I would like to be able to start the backup of database A and B at the same point in time.

I don't have a programmatic way in platform of backing up the second database after the first sequentially, while I can schedule the backup of B to happen at a different time then A I have to estimate the length in time the first will take to determine when to start the second. If the backup of A takes longer than expected the B backup will fail since two backups cannot run at once.

dataindataout commented 3 years ago

@hsiaosu-yb What is the PLAT link for this?