Skip to content

Commit

Permalink
docs: add info about unavailability during updates #633
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Jan 11, 2025
1 parent e2bd4af commit 21188aa
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ class SystemRESTAPIUpdatesForm extends Form {

public function on_save(string $success_banner_msg = ''): void {
parent::on_save(
success_banner_msg: 'The requested version is being installed in the background. Check this page again ' .
'later to see the status.',
success_banner_msg: 'The requested version is being installed in the background. During the update, the ' .
"REST API may be intermittently unavailable. Attempts to access the REST API's endpoints and web " .
'pages during the update may result in errors until it completes. Check this page again later to see ' .
'the status.',
);
}
}

0 comments on commit 21188aa

Please sign in to comment.