30-something grey wolf therian and furry. Admin of yiffit.net lemmy instance and packmates.org mastodon instance.

  • 19 Posts
  • 146 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle







  • Wander@yiffit.nettoLemmy@lemmy.mlDealing with Bot Accounts
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    Did you find a solution. The above comment with the database query should work. You can access the docker container where the database is running with docker exec -it instancedomain_postgres_1 busybox /bin/sh and then run psql -U databaseuser which by default is ‘lemmy’.

    Check docker ps to know the exact name of the postgres container which in your case likely is lemmytalungorg_postgres_1