When I look at https://fedia.io/all/newest right now there seems to be very little getting through today, with only 3 new threads in the past 10 hours.

Edit: 4 now that I’ve posted this one, and now I notice that they’re all from local users.

  • e-five@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    if there’s anything people can help with don’t hesitate to ask in matrix!

    One thing I wanted to raise to your attention was asdfzdfj’s change to persist logging for docker setups which might make it easier to debug if your logs aren’t persisted between container restarts

    I mentioned in matrix but just in case since it’s a bit of a gotcha for people that run in docker:

    as a headsup for anyone running docker, there was a recent change to persist storage of logging just merged. it requires creating a directory and changing permissions on it. the admin guide was updated here but you may need to mkdir -p storage/logs and sudo chown $USER:$USER storage/logs where you run docker from by next sync/release

    this may or may not be relevant to you depending on if sync’ing would change your compose setup

    • jerry@fedia.ioM
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      I am going to apply this upgrade this weekend. I spent a few hours looking through logs this morning but didn’t see anything obvious (there are a breathtaking amount of logs) so gave up and restarted the containers. Will look again when it fails after I make log storage persistent