Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Yes!
Ensure you have a complete backup and data dump of your MariaDB databases. Run mariabackup and mysqldump.
Stop your database and run the upgrade tool which will check table compatibility. You might find it easier to start again from your dump file(s). In which case, install a fresh version of MariaDB, create your database from the mysql command line tool. Then build the database and populate the tables from your dumpfile with source your_dumpfile.sql
This assumes you are using temporal tables as the history data is not exported to the dump file and will be lost using this method.
Be aware of changes between the versions, especially to the default settings of some system variables. This has caught me out more than once! You can find more information in the MariaDB documentation