• @pe1uca
    link
    fedilink
    English
    72 months ago

    Just did the upgrade. Only went and copied the docker folder for the volume.

    # docker inspect immich_pgdata | jq -r ".[0].Mountpoint"
    /var/lib/docker/volumes/immich_pgdata/_data
    

    Inside that folder were all the DB files, so I just copied that into the new folder I created for ./postgres

    I thought there would be issues with the file permissions, but not, everything went smoothly and I can’t see any data loss.
    (This even was a migration from 1.94 to 1.102, so I also did the pgvecto-rs upgrade)