11 February 2023

Upgrading Mastodon from v4.0.2 to v4.1.0

I just upgraded norcal.social from Mastodon v4.0.2 to v4.1.0. The upgrade process is easy and the doesn’t require any downtime aside from a few seconds it takes things to start working again after restarting the Mastodon processes. Here are the exact commands to run:

Continue reading “Upgrading Mastodon from v4.0.2 to v4.1.0”
Category: Mastodon | Comments Off on Upgrading Mastodon from v4.0.2 to v4.1.0
19 September 2022

Customizing Apache default access log

After installing Apache I like to immediately customize the default access log. I change the default log file from other_vhosts_access.log to access.log, and I disable logging of specific “status” check URLs. Note I’m working on Ubuntu, other distros could have different file names and paths.… Continue reading “Customizing Apache default access log”

Category: Uncategorized | Comments Off on Customizing Apache default access log