Backup settings.php from your installation (found in web/settings.php )
Manually take a backup of your database
Replace your existing installation with the new version from the tar.gz or zip file. Do not copy over the top.
Replace your backup settings.php file in your Xibo installation directory
problem : The CMS is temporarily offline after an update is in progress. Check with your system administrator for updates or refresh your page in a few minutes.
It sounds like you haven’t run your migration tool to complete the upgrade. By moving your previous settings.php file into your web folder, you essentially put the XIBO into an upgrade state.
yes “upgrade state” but i don’t know how i could run vendor/bin/phinx migrate -c phinx.php in sharing host ( whith ftp connection or ssh connection ) thank you for reply
You must run it in SSH.
Commands may vary between operating systems.
On CentOS 7 is: /usr/bin/php /var/www/html/domain.com/vendor/bin/phinx migrate -c phinx.php