-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
None
-
Affects Version/s: 8.19.19
-
Component/s: Maintenance - Backup / Restore
-
1
-
Severity 3 - Minor
-
2
-
CtB - Improve Existing
If the DIY Backup fails to get the drain status, the Bitbucket instance becomes unusable and the status is stuck in MAINTENANCE mode.
Steps to reproduce:
- Set up Bitbucket DIY Backup and execute it
- After the POST /mvc/admin/backups?external=true call to drain and latch the database and filesystem, ensure Bitbucket is not able to respond to the GET /mvc/maintenance call to get the drain status
Current behaviour:
The script exits with code 99 (via the bail function) and fails to unlock Bitbucket
Expected behaviour:
The script exits with code 99 but before it does that, the script should set the backup progress to 100% and unlock Bitbucket afterwards to be released from maintenance mode.
Workaround
Restarting Bitbucket will solve the status and page loading.
- is related to
-
BSERV-19450 Failed DIY Backup leaves Bitbucket in unusable state
-
- Closed
-