aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-02-06 12:53:55 +0000
committerJonathan Davies <jpds@protonmail.com>2023-02-06 12:53:55 +0000
commit179fda9fb6e3e1d837a38b44e08b958f246a8b28 (patch)
tree07487bd7442a103427e2448e97adf54d2c3297fe /doc
parentfba8224cf00f7c542150e48a88c22025ff03b948 (diff)
downloadgarage-179fda9fb6e3e1d837a38b44e08b958f246a8b28.tar.gz
garage-179fda9fb6e3e1d837a38b44e08b958f246a8b28.zip
upgrading.md: Added small note about garage_build_info.
Diffstat (limited to 'doc')
-rw-r--r--doc/book/cookbook/upgrading.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/book/cookbook/upgrading.md b/doc/book/cookbook/upgrading.md
index dd9974d1..9d60a988 100644
--- a/doc/book/cookbook/upgrading.md
+++ b/doc/book/cookbook/upgrading.md
@@ -17,6 +17,10 @@ Conversely, for versions that only require a minor upgrade, the first nonzero co
Major upgrades are designed to be run only between contiguous versions.
Example: migrations from v0.7.1 to v0.8.0 and from v0.7.0 to v0.8.2 are supported but migrations from v0.6.0 to v0.8.0 are not supported.
+The `garage_build_info`
+[Prometheus metric](@/documentation/reference-manual/monitoring.md) provides
+an overview for which Garage versions are currently in use within a cluster.
+
## Minor upgrades
Minor upgrades do not imply cluster downtime.