It had been going for 10h, so think it world have been done by then.
phil
Hmm, seems to have gone away after a few more restarts and after changing some logging options :)
Is anyone else seeing super high CPU usage after updating? The docker container seems to spawn a ton of lemmy_server processes, each eating up 50-100% of a core. I don't see anything suspicious in the logs though, it just calmly processes posts.
I found this website to be pretty helpful in terms of walking you through a docker- based install:
The official docs are a little sparse at times.
Super straightforward upgrade via docker compose, thanks for all the hard work ❤️
To swipe left from the comments without up or downvoting, you have to swipe from (or very close to) the left side of the screen. Anything further “inward” brings up the voting options it seems. I found it pretty easy once I got used to it.
I really doubt this is what fixed it, but in docker-compose.yml I changed:
- RUST_LOG="warn"
to
(got the latter from the sample docker-compose.yml on GitHub).