From 4a6ca1dbaaf91b799a419f42fd242d68e2d79f7a Mon Sep 17 00:00:00 2001 From: Pataar Date: Tue, 6 Oct 2020 13:05:30 +0200 Subject: [PATCH] Update README with several improvements - Change minimal Docker version to the one in `install.sh` - Add an extra link to the documentation - Change the existing link to point to the correct one. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40e6f997d38..e7d929889e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke ## Requirements - * Docker 19.03.8+ + * Docker 19.03.6+ * Compose 1.24.1+ ## Minimum Hardware Requirements: @@ -59,9 +59,11 @@ The included `install.sh` script is meant to be idempotent and to bring you to t Also make sure to check for any difference between the example config files and your current config files in use. There might be new configuration that has to be added to your adjusted files. E.g. feature flags or server configuration. +For more information regarding updating your Sentry installation, please visit [our documentation](https://develop.sentry.dev/self-hosted/#upgrading). + ## Resources - * [Documentation](https://develop.sentry.dev/onpremise/) + * [Documentation](https://develop.sentry.dev/self-hosted/) * [Bug Tracker](https://github.com/getsentry/onpremise/issues) * [Community Forums](https://forum.sentry.io/c/on-premise)