Conversation
berkeley.edu.pl has successfully been migrated to a new server!

It is now hosted on a librebooted Supermicro X11SSH-LN4F running Gentoo located in my attic.
1
0
2

The new server will hopefully be faster, it has:

  • 32GB DDR4 ECC RAM
  • 2x1TB NVMe SSDs in btrfs RAID-1 in LUKS
  • i3-9350KF

It also has 8 free SATA ports so if I need more disk space I could potentially get more disks.

Also I’m on PostgreSQL 18 now (rather than 15), which should also be faster.

The database isn’t nodatacow so it’ll get fragmented but that’s probably still better than having it on an HDD and preferable to silent data corruption that randomly appears only some of the time that could occur if I used nodatacow on btrfs RAID-1 (nodatacow also disables checksumming, so if the two copies of the data become desynced btrfs has no way of knowing which one (if any) is correct)

1
0
0

There was a bit more downtime than necessary because I:

  • forgot to lower the TTL of the DNS records first
  • had to recompile nginx with the http_slice module
  • forgot to fix the sequences after replicating the database
0
0
0