this post was submitted on 16 Jun 2024
2 points (75.0% liked)
Support
92 readers
1 users here now
Support For no.lastname.nz
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just an update on the migration, I never managed to hit the go button last weekend as my daughter banged her head.
I just completed it today woth lots of pulling of hair.
Errors encountered:
I had two hot_rank functions in the DB, probably from back in the 0.19.0-rc line
drop FUNCTION hot_rank(numeric, timestamp without time zone) cascade;
above to fix, but this was exasperated by psql for some reason not working well so had to be dropped from Docker:ubuntu@lemmy:~/Lemmy-Easy-Deploy$ sudo docker exec -t lemmy-easy-deploy-postgres-1 psql -U lemmy -c 'drop FUNCTION hot_rank(numeric, timestamp without time zone) cascade;'
Caddy wasn't starting, although it was being created in the stack, had to manually start it
___