From 84b99246f743e3e61b2d4ccc372322bbd6bd0173 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 26 Jan 2024 10:49:01 +0100 Subject: [PATCH] feat: add note to mastodon upgrade post --- _posts/2024-01-14-notes-on-upgrading-mastodon.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2024-01-14-notes-on-upgrading-mastodon.md b/_posts/2024-01-14-notes-on-upgrading-mastodon.md index 744824d..a417fff 100644 --- a/_posts/2024-01-14-notes-on-upgrading-mastodon.md +++ b/_posts/2024-01-14-notes-on-upgrading-mastodon.md @@ -10,7 +10,9 @@ Back in December 2022, I went through the process of hosting my own [instance of But like a lot of software products out there, setting it up once is not enough... maintainers of servers in this federated social network need to upgrade every once in a while. -Here, I put some notes as I recently did it; so the future me will thank me... because the current me hates the past me for not doing so the few times I did it +Here, I put some notes as I recently did it; so the future me will thank me... because the current me hates the past me for not doing so the few times I did it. + +> [!Note] It's not that difficult, except for the rare times you have to jump between major & minor releases. ## Mastodon Administration 101