Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-03-02 04:43:38 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-03-02 04:43:38 +0300
commit294749c406a412d3d65d421402efd4233d6d535e (patch)
treee9f5bdd632760b9c3c207586db7b93e04153459e /README.md
parentb24cbef7cb3b77414695714e4b0c2637f30cf0a7 (diff)
1.x -> 2.x changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4244b49..aa2f354 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,13 @@ Polr is an enterprise-class open-source link shortening web application designed
[Getting Started](http://docs.polr.me/en/latest/user-guide/installation/) - [API Documentation](http://docs.polr.me/en/latest/developer-guide/api/) - [Contributing](https://github.com/cydrobolt/polr/blob/master/CONTRIBUTING.md) - [Bugs](https://github.com/cydrobolt/polr/issues) - [IRC](http://webchat.freenode.net/?channels=#polr)
+### Upgrading from 1.x
+
+**Please do not attempt to upgrade directly 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. A migration will be provided once 2.0 stable is officially released. In the meantime, it is okay to upgrade between different versions in the 1.x arch, which do not have breaking changes.
+
+
#### Quickstart
Polr is written in PHP and Laravel, using MySQL as its primary database.