From 6f617293d424cb7ec114183da6020cd01712cc05 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 14 Nov 2024 18:13:43 +1000 Subject: [PATCH] Update README.md Adjusted the backup and healthcheck notes to use appropriate GitHub Markdown syntax. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 094e6d2..0f84c09 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,16 @@ official Docker PostgreSQL image has no ability to handle version upgrades, which leaves people to figure it out manually (not great): https://github.com/docker-library/postgres/issues/37 -## WARNING! Backup your data! - -This Docker image does an in-place upgrade of the database -data, so if something goes wrong you are expected to already -have backups you can restore from. - -Also, remove any healthchecks. -Due to how we perform the update process, we had to implement our own healthcheck. -So no extra healthcheck is needed. +> [!WARNING] +> Backup your data! +> This Docker image does an in-place upgrade of the database +> data, so if something goes wrong you are expected to already +> have backups you can restore from. + +> [!IMPORTANT] +> Also, remove any healthchecks. +> Due to how we perform the update process, we had to implement our own healthcheck. +> So no extra healthcheck is needed. ## How to use this image