we are running Keila as docker container (official image). After updating our container (with docker compose pull && docker compose stop && docker compose up -d --build ) the previously uploaded images are missing in Keila (and sent E-Mails), but still have entries when selecting an image (see screenshot). New uploads are working perfect (first both top images). Everything else stayed in place after update.
My admin says he followed the Keila docs as good as possible. How to find out if my admin made a mistake on setup or if this is a Keila issue? I don't want the assets to dissapear on the next update again.
Maybe we should use another command for the updating the docker container?
Did you set USER_CONTENT_DIR to /uploads? It defaults to ./uploads - so if the path wasn't configured, images would have been stored in the container instead of in the volume.
Hello,
we are running Keila as docker container (official image). After updating our container (with
docker compose pull && docker compose stop && docker compose up -d --build
) the previously uploaded images are missing in Keila (and sent E-Mails), but still have entries when selecting an image (see screenshot). New uploads are working perfect (first both top images). Everything else stayed in place after update.My admin says he followed the Keila docs as good as possible. How to find out if my admin made a mistake on setup or if this is a Keila issue? I don't want the assets to dissapear on the next update again.
Maybe we should use another command for the updating the docker container?
Our docker-compose.yaml looks like: