PostgreSQL 18 update for self-hosters

protip for anyone doing postgres updates outside docker. You can use --link in pg_upgrade so you don’t have to copy the data. You can hardlink that data. Saves disk space.

2 Likes