Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Performing Troubleshooting Upgrade

Charles du Jeu edited this page Sep 16, 2016 · 20 revisions

In-App Updater

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.

Clone this wiki locally