this post was submitted on 02 Jul 2023
19 points (100.0% liked)
Geddit
5 readers
1 users here now
Geddit
We are a friendly community that runs on free open source software.
Basic community rules:
- No spreading of fake news or misinformation.
- Sexually explicit or violent media must be marked as sensitive when posting.
- No racism, sexism, homophobia, transphobia, xenophobia, or casteism.
- No incitement of violence or promotion of violent ideologies.
- No harassment, dogpiling or doxxing of other users.
- No illegal content.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The exact fix for us using Docker:
docker exec -it <postgres-container> "bash"
to connect to your postgres database container.psql -U lemmy
to connect to the database with the lemmy user.update site set icon = null where id = 1;
then\q
then exitBy randommouse on Github](https://github.com/LemmyNet/lemmy-ui/issues/1530#issuecomment-1605781461)
@stux thank you!
@stux U can actually run this as one single command :-)
Haha im sure i could! But im not such a docker expert and i was happy with this already 😃
@stux Learning is always a long travel!
@jsalvador @stux activitypub is cool, this is simultaneously a Lemmy and mastodon thread and I couldn't even tell lol