I'm testing the new OCI feature in PVE 9.1. Overall, it is working well for my use case.
How are people dealing with persistent data? For example, in Homepage, the image I've been testing with, most of the configuration is stored in /app/config, and I would like to have a way to make it persist if I upgrade the OCI image. I've added that as a separate mount point, but there doesn't seem to be an easy way to update the OCI image while maintaining the data in /app/config. I have local ZFS, Linstor ZFS for my cluster shared storage, and a CIFS mount that I use for ISOs, templates, etc.
I guess I could create a new OCI image and then reassign the volume owner where /app/config resides. Is there a better way?
Thanks!
How are people dealing with persistent data? For example, in Homepage, the image I've been testing with, most of the configuration is stored in /app/config, and I would like to have a way to make it persist if I upgrade the OCI image. I've added that as a separate mount point, but there doesn't seem to be an easy way to update the OCI image while maintaining the data in /app/config. I have local ZFS, Linstor ZFS for my cluster shared storage, and a CIFS mount that I use for ISOs, templates, etc.
I guess I could create a new OCI image and then reassign the volume owner where /app/config resides. Is there a better way?
Thanks!