I am running a BitBucket docker instance on my Debian 9 host machine, self-hosted.
The Bitbucket server is running fine, I would like to back up the data but the market app won't install it when I am clicking on the add app button.
Bitbucket Server Backup Client cannot be installed by the UPM. Visit the Atlassian Marketplace website to find more information about this app:
If I click on the >> Download Bitbucket Server Backup Client , it downloads a 92.2mb file without any extension.
What kind of client is that and how can I get it to run on clientside?
Because it's a client app right?
Thanks.
It looks like there’s some infrastructural issue. I’ve raised an internal issue about it. When the CDN redirect happens to download file the response does not include a “Content-Disposition” header, so the browser chooses a filename based on the CDN URL. That filename is about as useful as you’d expect it to be.
One workaround is to download the backup client using a tool like `curl` or `wget`. The 302 response that redirects to the CDN does have a “Content-Disposition” header on it, and, unlike browsers, it appears `curl -L -O` and `wget` will both use it. As a result, the output file ends up with the intended name.
Best regards,
Bryan Turner
Atlassian Bitbucket
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.