@norm@lispi314 I knew I was doing something wrong just checked and fstrim.timer is set (and has been apparently since I installed raspbian on it), and tried doing it in a slightly different way only to be told "this is a text file, you need to use psql not pg_restore" gonna spin the rest up and hopefully that'll be good for now
@akko@lispi314 yeah, you probably ran pg_dump without setting the format, which by default is just a plain text sql file. pg_restore is used if you use the other formats like the "custom" one