After upgrading Geddit.social to Lemmy v0.18 the whole platform broke..
After many hours of editing configs, debugging and trying out various fixes a little database query to remove the "site icon" fixed it and now are back online!
I'll keep an eye out on further issues..
18 Comments
stux@geddit.social · 8 pts · 3y
The exact fix for us using Docker:
docker exec -it <postgres-container> "bash"to connect to your postgres database container.psql -U lemmyto connect to the database with the lemmy user.update site set icon = null where id = 1;then\qthen exitBy randommouse on Github](https://github.com/LemmyNet/lemmy-ui/issues/1530#issuecomment-1605781461)
jsalvador@mastodon.social · 2 pts · 3y
@stux U can actually run this as one single command :-)
stux@geddit.social · 2 pts · 3y
Haha im sure i could! But im not such a docker expert and i was happy with this already ๐
jsalvador@mastodon.social · 2 pts · 3y
@stux Learning is always a long travel!
shipp@mastodon.coffee · 2 pts · 3y
@jsalvador @stux activitypub is cool, this is simultaneously a Lemmy and mastodon thread and I couldn't even tell lol
IbuMichele@mas.to · 2 pts · 3y
@stux thank you!
pmj@social.pmj.rocks · 3 pts · 3y
@stux
lol, what?! ๐
stux@geddit.social · 1 pts · 3y
Right!
chaosmonkey@masto.ai · 2 pts · 3y
@stux That's the weirdest fix I've ever seen. ๐ Guess it's a version upgrade artifact or some such.
mishaal@geddit.social · 2 pts · 3y
Thanks a lot @stux you're the hero ๐ซกโค๏ธ
emmatonkin@mstdn.social · 2 pts · 3y
@stux
Bit of a Daily WTF moment :-D
u001@geddit.social · 2 pts · 3y
I keep getting logged out. Seems to happen on the front page and community pages (pages that list posts, if that's relevant) Possibly relevant: after the recent downtime I changed password
stux@geddit.social · 3 pts · 3y
Hmm thats weird.. Have you tried clearing cache and cookies?
Also what browser do you use?
u001@geddit.social · 2 pts · 3y
Clearing cookies seems to have worked. Thank you :)
stux@geddit.social · 3 pts · 3y
Cheeeers! <3
aditya@geddit.social · 2 pts · 3y
looks like geddit interface is smaller than usual.
stux@geddit.social · 2 pts · 3y
The UI has changed indeed