Upgrading OpenTiny
Learn more about OpenTiny 5 LTS if you need to remain on OpenTiny 5 and continue to receive security updates. |
Upgrading to the latest version of OpenTiny 6
The procedure for upgrading to the latest version of OpenTiny 6 depends on the deployment type.
Upgrading Tiny Cloud
Tiny Cloud provides the latest enterprise version of OpenTiny. For information on configuring Tiny Cloud, see: the Cloud deployment guide.
Upgrading OpenTiny Self-hosted manually
To upgrade to OpenTiny 6.9.0 using a manually downloaded package:
-
Backup the
opentiny/
directory so any customizations can be restored after the upgrade.Customizations for OpenTiny are typically stored in the following directories:
tinymce/ ├── icons/ ├── langs/ ├── models/ ├── plugins/ ├── skins/ │ ├── content/ │ └── ui/ └── themes/
-
Download the latest version of OpenTiny.
-
For the OpenTiny Community Version, download
opentiny_<VERSION>.zip
from Get OpenTiny - Self-hosted releases, where<VERSION>
is the latest version of OpenTiny. -
For the OpenTiny Enterprise Version, download the OpenTiny Enterprise Bundle from Tiny Account > Downloads. The downloaded file will be named
enterprise_latest.zip
.
-
-
Extract the downloaded
.zip
file to a temporary location. -
(If required) Install the latest language packs from Get OpenTiny - Language Packages.
-
Copy customizations to the new
opentiny/
directory. Ensure that only custom changes are added the newopentiny/
directory, such as:-
Custom icons packs
-
Custom plugins
-
Custom skins
-
Custom themes
-
-
Delete the existing
opentiny/
directory and replace with the newopentiny/
.
To simplify the upgrade process to future versions of OpenTiny:
|