Hello,
I tried to update my instance but I forgot to read the release notes and used ansible to update. Of course it failed. After the update I decided to check what is new and I realized my mistake. I tried to run the postgress update script but it fails with the message
Error response from daemon: Container {container hash} is restarting, wait until the container is running
The logs say that the db hasn’t been updated.
I don’t know what else to upload here to help troubleshooting. Thanks in advance!
Support / questions about Lemmy.
You’ll have to post your docker logs.
sudo docker-compose logs lemmy
It can’t connect to the DB because you didn’t do the upgrade properly. Follow these instructions: https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md#upgrade-instructions
I have followed them. Whenever I run the
sudo sh postgres_12_to_15_upgrade.sh
I getThat error tells me nothing. Please ask in the matrix channel, I’m very busy with coding.
Alright, sorry for bothering you.