ubergeek77 / Lemmy-Easy-Deploy

Deploy Lemmy the easy way!
MIT License
133 stars 14 forks source link

Issues with upgrade to Lemmy 0.18.5 #74

Closed sanicki closed 11 months ago

sanicki commented 11 months ago

Did you check the FAQ & Troubleshooting section for answers to common questions and issues?

Yes/No

Yes

Describe the issue

What happened? Post any relevant log snippets.

Please help. This is a single user instance on Oracle Cloud run by an admin with just enough knowledge to be dangerous.

The upgrade to Lemmy 0.18.5 seems to have broken instance icon and banner images, and introduced a "Network request failed" error when trying to upload new ones.

Image

Image

The user-subscribed feed is still available but doesn't seem to be updating, and the links to the subscribed communities fail as 404s.

Image

Diagnostic Information

Run ./deploy.sh -d and paste the output below:


==== Docker Information ====
Detected runtime: docker (Docker version 24.0.6, build ed223bc)
Detected compose: docker compose (Docker Compose version v2.21.0)
Runtime state: OK

==== System Information ==== OS: Linux KERNEL: 5.15.0-1045-oracle (x86_64) HOSTNAME: OK SHELL: bash MEMORY: total used free shared buff/cache available Mem: 952Mi 387Mi 81Mi 141Mi 483Mi 256Mi Swap: 0B 0B 0B

DISTRO:

PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy

==== Lemmy-Easy-Deploy Information ==== Version: 1.3.1

IMAGE CREATED STATUS lemmy-easy-deploy-proxy 44 minutes ago Up 44 minutes ghcr.io/ubergeek77/lemmy-ui:0.18.5 44 minutes ago Up 44 minutes ghcr.io/ubergeek77/lemmy:0.18.5 44 minutes ago Up 44 minutes asonix/pictrs:0.4.0 44 minutes ago Up 44 minutes postgres:15-alpine 44 minutes ago Up 44 minutes

Integrity: ba5b1cf116361b3fcdddb81bc05cad2757ef61d07b93829d72f8e4a39108440e ./deploy.sh 92c95dfc886792b8df2e9fffb540fc71a35c3bc6fd6c7662134da1545a79457a ./templates/Caddy-Dockerfile.template c1202e70662dd2228da36a35a0f38ec8fc81bec8964d7315d02e8671a58dd7d7 ./templates/Caddyfile.template 2537678c7971df36c1ed95f4228d3cfcb15bb4a28a60d939eaf8dd75b5d64a36 ./templates/cloudflare.snip c494a610bcb4cd1cfc0a4fe4fb0f6d437b2a84a0ad1625daee240e6dd6f1c910 ./templates/compose-email-volumes.snip c9cb4c5fee12930e17798a02ae1bd12e2dc69e149a394c24511bc9d4e6b776d4 ./templates/compose-email.snip f5325a9e26b29da51c6d3295aa278ff08ce71ffd2cd63dc4bebf00e54c468899 ./templates/docker-compose.yml.template 1c202b1b6e87c65b2fcda6035c9fe3f8631d76662907ffd38f24b14686e30647 ./templates/lemmy-email.snip c834cdce9eaf77f38155b404724fdfe66845575386ee516987452aa715642a6f ./templates/lemmy.hjson.template

Custom Files: No custom files

==== Settings ==== CLOUDFLARE: Yes CADDY_DISABLE_TLS: false CADDY_HTTP_PORT: 80 CADDY_HTTPS_PORT: 443 LEMMY_TLS_ENABLED: true ENABLE_EMAIL: false SMTP_PORT: 25 ENABLE_POSTFIX: false POSTGRES_POOL_SIZE: 5

==== Generated Files ==== Deploy Version: 0.18.5;0.18.5

total 36K drwxrwxr-x 2 1001 1001 4.0K Jul 5 23:14 caddy -rw-rw-r-- 1 1001 1001 79 Oct 4 14:33 caddy.env -rw-rw-r-- 1 1001 1001 1.7K Oct 4 14:33 docker-compose.yml -rw-rw-r-- 1 1001 1001 50 Jul 5 23:14 lemmy.env -rw-rw-r-- 1 1001 1001 459 Oct 4 14:33 lemmy.hjson -rw-rw-r-- 1 1001 1001 49 Jul 5 23:14 pictrs.env -rw-rw-r-- 1 1001 1001 29 Oct 4 14:33 postfix.env -rw-rw-r-- 1 1001 1001 51 Jul 5 23:14 postgres.env -rw-rw-r-- 1 1001 1001 14 Oct 4 14:43 version```

ubergeek77 commented 11 months ago

Hey there, thank you for filing this issue.

Unfortunately, I am insanely busy and will not be able to diagnose this today :(

I will get to this when I can. If anyone else comes across this issue and can confirm/deny they have the same issue, it will greatly help me 🙏

sanicki commented 11 months ago

Decided to do a fresh install. Working now.