1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Merge branch 'master' into fix/compat-5.5.9

This commit is contained in:
Chaoyi Zha 2016-12-09 15:49:38 -05:00 committed by GitHub
commit 2c00105b68

View File

@ -28,10 +28,14 @@ To test out the demo, head to [demo.polr.me](http://demo.polr.me) and use the fo
- Password: `demo-admin`
### Upgrading Polr
*Upgrading from 1.x:*
Please do not attempt to upgrade directly to 2.x.
There are breaking changes between 2.x and 1.x; it is not yet possible to automatically upgrade to 2.x.
Polr 1.x currently cannot be upgraded to 2.x automatically. There are breaking changes in the API, configuration files, and database structure. It is safe to upgrade between different versions in the 1.x arch, which do not have breaking changes. Always backup your database and configuration files before upgrading Polr.
*Upgrading from 2.x:*
- Back up your database and files
- Update by using `git pull` or downloading a release
- Run `composer install -no-dev -o` to ensure dependencies are up to date
#### Browser Extensions