Read-only access to Stash during backup

Mike Lange November 20, 2013

What's the reasoning behind not allowing read-only access to Stash during a backup? Seems like allowing a fetch/pull shouldn't be an issue.

Is this simply that the API exposed from Stash isn't differentiating between services that modify Stash and/or Git from those that only need to perform some type of read operation?

Thanks,

Mike

2 answers

1 vote
Michael Heemskerk
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 20, 2013

Stash needs to ensure that the database and the filesystem are both readonly for the duration of the backup to guarantee a consistent 'snapshot'. The plugin system is great and very flexible, but is makes it very hard to guarantee that nothing is modifying the database while the backup is being performed. For this reason, all access to the database is blocked during backup.

This means that Stash can't authenticate users during backup and as a result we can't provide readonly access to the repositories.

Hope that clarifies it!

Cheers,

Michael

0 votes
Mike Lange November 20, 2013

Got it. Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events