Closed
Bug 91890
Opened 24 years ago
Closed 24 years ago
Take down Bugzilla during nightly backup process.
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
People
(Reporter: CodeMachine, Assigned: endico)
Details
When Bugzilla gets backed up nightly, it would be nice if we could take down
Bugzilla so we should an error message rather than having pages time out, so the
user has an idea of what's wrong.
Something like:
if disabletext /= "" then
send error to admin "Refusing to back up because Bugzilla is disabled. Please
manually intervene if you want a backup."
else
set disabletext = DownMessage
do backup
if disabletext = DownMessage then
set disabletext = ""
else
send error to admin "Disable text has been changed during backup."
end if
end if
| Reporter | ||
Comment 1•24 years ago
|
||
Oops ...
*** This bug has been marked as a duplicate of 75840 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•