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

Performing Troubleshooting Upgrade

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

Known Limitations / Issues

Currently at version 6.5.1

  • Please note that Linux packages (RPM/Debian) are NOT available at this time, only tarballs (zip / tar.gz)

  • DB Upgrade scripts were tested with MySQL only. Contributions are welcome to produce the corresponding versions for PG and SQLite.

  • Potential issues during upgrade

  • data/public/share.php is updated but with a blank line at the beginning of the file (before the <?php tag), breaking the existing share links. Just remove the blank line.

Backups, backups, backups!

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.

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 longer required, we embed an up-to-date sdk in Pydio).

After the upgrade procedure, and until you are logged out, you will probably see some "Internal Errors" appear, as the data stored in your session (inc. your user object) will be out-of-sync with the new code. Clearing your browser cookies and reload should fix the problem.

Some UI resources may require a hard refresh (clearing your browser cache) as well.

Troubleshooting if something went wrong during upgrade

The step described just above should avoid ending in an unstable state. However, if this should happen, please refer to the 6.5.1.* scripts located the code repository :

Install new version from scratch

Zip / Tar.gz packages are available on our download sites :

For Pydio Enterprise packages, please contact us through the chatroom.

NEXT