unable to migrate to the new DB image
at the moment am using image: ghcr.io/tgdrive/postgres:17-alpine but am unable to migrate to image: groonga/pgroonga:latest-alpine-17 can someone help me?
why do you want to migrate? the tgdrive postgres image includes the groonga search module.
see -> https://github.com/tgdrive/docker-images/blob/main/postgres/Dockerfile#L7
if u still need help to migrate, you should post some logs...
am trying to migrate because the dev change the image for the db container, right? am fine with the current db image but am worry i will be missing something by not migrating
the image which is using in the docker compose example is image: ghcr.io/tgdrive/postgres:17-alpine see: https://github.com/tgdrive/teldrive/blob/main/docker/compose/postgres.yml#L3C1-L3C46
if u use another image, u have to dump ur db and restore it.
right, idk how to do this