From 4e23d770ede3f69b998864c6b8f30e992425918d Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 31 May 2024 09:49:58 -0700 Subject: [PATCH] clarifiation --- docs/administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration.md b/docs/administration.md index dbe02255e..9fd60b6a0 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -185,7 +185,7 @@ For PostgreSQL, refer to [Upgrading a PostgreSQL Cluster](https://www.postgresql For MariaDB, refer to [Upgrading MariaDB](https://mariadb.com/kb/en/upgrading/) -You may also use the exporter and importer with the `--data-only` flag. +You may also use the exporter and importer with the `--data-only` flag, after creating a new database with the updated version of PostgreSQL or MariaDB. !!! warning