Anyone care to share their docker compose file for the upgrade? Or at least the pictrs portion? I’ve upgraded and migrated postgres to 16, but am having issues with the pictrs part.

  • minnix@lemux.minnix.devOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    16 days ago

    This is the part of the new compose file that I don’t understand:

    PICTRS__OLD_REPO__PATH=/mnt/sled-repo PICTRS__REPO__TYPE=postgres PICTRS__REPO__URL=postgres://user:password@host:5432/db

    When I try to add it, pictrs complains about not being able to connect to postgres, even though the credentials are correct and I’ve already run the postgres migration script. Did you not do this part when you upgraded?