Hello,
we do nightly backups of our repositorys in Bitbucket Server using the backup-client. With this Backup we can restore the whole bunch of repositorys including the database data.
But: how can we restore a single repository including the database data? If we restore the Backup in a separated instance we could get the repo-files from the filesystem but which parts of the database should be copied back to the productive Database? Which tables are affected? Which rows should be copied?
Is there a kind of SQL-Script that extracts and dumps all databasedata for a single repository?
ronald