Thinking about a backup strategy, I wonder if the external database (specifically postgreSQL) can be regenerated from a git repository.
In a CVS setup where ViewVC uses a mysql database, the database can always be recreated or updated from the repository. It can take a long time but can be done.
If the database can be regenerated or updated from an old repository, then we could decouple the database from the git repository during backup and it would be more resilient.
Thanks
There are things which are only stored in the DB, e.g. pull request data. So you cannot regenerate everything in the DB from the Git repo. (But you can always just push the Git repo again to a new repo on a restored Stash server.)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.