Skip to content

Commit

Permalink
Merge pull request #33006 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored May 16, 2024
2 parents 6d5e604 + 083fdf7 commit a95e068
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ curl -s http://localhost:9201/audit_log/_stats/store | jq ._all.primaries.store.

Use the number to estimate the amount of disk space the MySQL audit logs will need. The script also monitors your free disk space while the import is in progress. Monitoring this number is especially useful if your free disk space is close to the amount of disk space necessary for migration.

{% data reusables.enterprise_installation.preflight-checks %}

{% ifversion mysql-8-upgrade %}

## Known issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ To upgrade an instance, you must plan and communicate the upgrade, choose the ap

To successfully upgrade {% data variables.location.product_location %}, the instance's data disk must be at least 15% free. {% data variables.product.company_short %} recommends ensuring there is more free storage on the disk. In some rare cases, for customers with large data volumes, this threshold may differ.

{% data reusables.enterprise_installation.preflight-checks %}

## Preparing to upgrade

To prepare for an upgrade, plan the upgrade path, optionally upgrade {% data variables.product.prodname_actions %} runners, and schedule a maintenance window.
Expand Down
1 change: 1 addition & 0 deletions data/reusables/enterprise_installation/preflight-checks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When upgrading, pre-flight checks evaluate if the minimum requirements for system hardware resources, such as memory, CPU cores, and user and root disk storage, are available to your instance. If pre-flight checks determine there are insufficient resources, or otherwise fail, you are notified and the upgrade is aborted.

0 comments on commit a95e068

Please sign in to comment.