How do I upgrade a one-click installed image?
If I install a one-click image, how are upgrades handled?
I am worried about installing a one-click version of WordPress/WooCommerce/MySQL and then later being stuck, unable to upgrade, because I do not understand how it was put together.
1 Reply
WordPress (and I imagine WooCommerce if it’s a WP plugin) has its own updater built-in.
MySQL will depend on how it was installed in the image. If it was from the OS’ repositories, a system update will apply any upgrades shipped by the OS vendor.
This varies per OS. Ubuntu and Debian, for example, is: “apt update && apt upgrade.”