I use the Unraid OS / NAS platform, which has its own skin over the Docker implementation. Though it is ultimately still Docker.
I installed the Seafile CE initially from 1 of their published “App” providers, but this is now showing as not available
for updates. Checking the details, it is pointing to the seafileltd/seafile-mc:latest
repo image, and is using Seafile CE version 11.0.9.
Using a Portainer container, I have manually tried to pull an updated image version, but it errors. I think it is because there is no latest
tag anymore. It seems there is a 12.0-latest
tag instead.
If I change this container’s config to point to a changed repo location, which should also pull a newer version, will it:
- Cause any data issues?
- Would this trigger any internal update scripts when it starts up automatically?
- All I believe is happening is the Unraid UI is passing in environment variables, so would I just need to validate these are still correct in performing this change?
I have done a manual backup of the filesystem and the 3 MariaDB tables as well. So worst case, I deploy as new and restore, but I am hoping to be able to just repoint the latest (or newer) image to my existing data…