Developer info: de: met:300 ml:256M
-------------------------------------
Cleaning after previous update...Done
Extracting update...Done
Running update:
-------------------------------------
Checking files permissions...all good.

Tip: Keep this browser tab open or copy the following instructions to a text file.

#1 Update PHP to version 8.1 
	 For Docker installs, simply swap the container's image to "filerun/filerun:8.1".
	 Important: Not 8.0 nor 8.2, unless ionCube has released an extension compatible with that PHP version.
	 Make sure the latest ionCube extension is installed (https://docs.filerun.com/ioncube)

#2 Move all the FileRun application files from the existing installation folder "/var/www/html" to the "_old_20220519" subfolder. 
Here is the list of files which need to be moved:

	/var/www/html/api.php
	/var/www/html/dav.php
	/var/www/html/guest.php
	/var/www/html/index.php
	/var/www/html/initial_version.txt
	/var/www/html/LICENSE.txt
	/var/www/html/recommended.web.config
	/var/www/html/remote.php
	/var/www/html/status.php
	/var/www/html/sw.js
	/var/www/html/t.php
	/var/www/html/a
	/var/www/html/cron
	/var/www/html/css
	/var/www/html/customizables
	/var/www/html/images
	/var/www/html/js
	/var/www/html/logout
	/var/www/html/oauth2
	/var/www/html/ocs
	/var/www/html/oembed
	/var/www/html/panel
	/var/www/html/sso
	/var/www/html/system
	/var/www/html/wl


	 Command line example: 

	 mv -t '/var/www/html/_old_20220519/' '/var/www/html/api.php' '/var/www/html/dav.php' '/var/www/html/guest.php' '/var/www/html/index.php' '/var/www/html/initial_version.txt' '/var/www/html/LICENSE.txt' '/var/www/html/recommended.web.config' '/var/www/html/remote.php' '/var/www/html/status.php' '/var/www/html/sw.js' '/var/www/html/t.php' '/var/www/html/a' '/var/www/html/cron' '/var/www/html/css' '/var/www/html/customizables' '/var/www/html/images' '/var/www/html/js' '/var/www/html/logout' '/var/www/html/oauth2' '/var/www/html/ocs' '/var/www/html/oembed' '/var/www/html/panel' '/var/www/html/sso' '/var/www/html/system' '/var/www/html/wl'

#3 Move all files and folders from "/var/www/html/_old_20220519/system/data/temp/_unzipped_update/files/" to "/var/www/html/"

	 Command line example: 

	 mv '/var/www/html/_old_20220519/system/data/temp/_unzipped_update/files/'* '/var/www/html/'

#4 Copy the following items:

/var/www/html/_old_20220519/system/data/avatars/*
/var/www/html/_old_20220519/system/data/.filerun.bin
/var/www/html/_old_20220519/system/data/autoconfig.php

inside

"/var/www/html/data" (replace the ones at destination)

	 Command line examples: 

	 cp -fp '/var/www/html/_old_20220519/system/data/avatars/'* '/var/www/html/system/data/avatars/'
	 cp -fp '/var/www/html/_old_20220519/system/data/.filerun.bin' '/var/www/html/system/data/'
	 cp -fp '/var/www/html/_old_20220519/system/autoconfig.php' '/var/www/html/system/data'


#5 Open FileRun (http://share.zsfcloud.cn:8899) in your browser to continue.

You will be presented with the FileRun installation wizard.
Simply go through it without making any change to the default settings.
Your existing data and settings will be preserved.

--- That's it. Ignore any text past this line. ---

Cleaning up...Done
