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](github.com/LemmyNet/lemmy-ui/issues/1530#issuecom…)
@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!