I’ve migrated a previously installed NC 23 instance to Docker, and I’m currently on version 23.09. I’d like to upgrade to the latest version available. However, there are numerous intermediate versions between what I have now and the latest release. Do I need to manually update each one individually, or is there an automated way to achieve this?
If my manual, you mean bump the image version label to 24 in your Compose file then just do a docker compose pull && docker compose up -d and repeat until you get to 29 or 30, yes.
But the upgrade itself will be automated and handled by each image.