From d62debd109bd54064ee87ab513886958b0e58b48 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Thu, 29 Apr 2021 08:43:47 -0500 Subject: [PATCH] SONAR-14759 Database schema upgrade can consume a lot of disk space --- server/sonar-docs/src/pages/setup/upgrading.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index 080b8045e64..9f3d4b465d1 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -36,6 +36,9 @@ This is a generic guide for upgrading across versions of SonarQube. Carefully re [[warning]] | Before you start, back up your SonarQube Database. Upgrade problems are rare, but you'll want the backup if anything does happen. +### Database disk usage recommendations +During your upgrade, tables may be duplicated to speed up the migration process, and this could cause your database disk usage to double. Because of this, we recommend that your database disk usage is below 50% before starting a migration. + ### Upgrading from the ZIP file 1. Download and unzip the SonarQube distribution of your edition in a fresh directory, let's say `$NEW_SONAR_HOME` -- 2.39.5