-
Notifications
You must be signed in to change notification settings - Fork 288
Performing Troubleshooting Upgrade
We are pretty confident that this beta will not mess up your installation. That said, we would not recommend you enough to backup the whole installation (files and DB) to make sure to be able to easily revert if anything goes wrong.
Best case would be to use snapshots if you are working in a virtualized environment.
Pydio Beta1 is available as Pydio Core 6.5.1 on the "Development" Channel. You just have to switch the updater plugin to this channel and check for update. Upgrade should successfully load the new source code, and apply the following changes :
- Update .htaccess content
- Update data/public/share.php content for backward compatibiliy
- Update AWS SDK Version to v3 (the aws.phar is no more required, we embed an up-to-date sdk in Pydio).
After the upgrade procedure, and until you are logged out, you will probably see sone "Internal Errors" appear, as the data stored in the session (inc. your user object) will be out-of-sync with the new code. Clearing your browser cookies and reload should fix the problem.
(NEXT)[https://github.com/pydio/pydio-core/wiki/Pydio-Booster]