Just did the ansible become update and all the images are missing from the instance.
Pictrs had an update, you might have to do that: https://github.com/LemmyNet/lemmy/blob/main/ansible/templates/docker-compose.yml#L41
Thats probably it; how do I do that? I wget it to my local and then ansible playbook it?
Yep, just follow the ansible instructions: https://lemmy.ml/docs/administration_install_ansible.html
Do I change anything in the script? or just run it as is?
I’m not exactly sure what might’ve changed so it’d be best to use the newest version.
This all started with the ansible update: ansible-playbook lemmy.yml --become Then I wgetted the docker-compose.yml to my ansible folder on local and ran the “ansible-playbook lemmy.yml --become” again; nothing changes.
What version of pictrs it shows in there?
sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
asonix/pictrs v0.2.2-r0 4272f5cf79ca 9 days ago 492MB
dessalines/lemmy v0.7.64 1671a85caae8 11 days ago 65.2MB
dessalines/lemmy-ui v0.7.64 10167a567fdb 12 days ago 319MB
postgres 12-alpine 47aa97c69678 3 weeks ago 159MB
postgres <none> 3d77dd9d9dc3 4 weeks ago 157MB
dessalines/lemmy v0.7.56 4221f216e0f4 7 weeks ago 63.1MB
dessalines/lemmy v0.7.55 7ab97e2a8a84 7 weeks ago 63MB
postgres <none> 3781fe35c6b8 2 months ago 157MB
asonix/pictrs v0.1.13-r0 7eb8dac31f5b 4 months ago 179MB
mwader/postfix-relay latest a6bdcac5252a 4 months ago 120MB
asonix/pictrs amd64-v0.1.0-r9 c3d464d88f0d 4 months ago 18.6MB
dogbin/iframely latest c2000b4dbf84 10 months ago 159MBYeah you aren’t using the newest docker-compose there then, you need to
git pull
to updateI update d-compose to the latest, ran the lemmyupdate from local, and now some of the images show up and some don’t. I also rebooted server.