mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
Merge branch 'master' into link_table_indexes
This commit is contained in:
commit
2f065e6276
14
docs/user-guide/upgrading.md
Normal file
14
docs/user-guide/upgrading.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Upgrading Polr
|
||||
-----------------
|
||||
To upgrade your Polr instance to the latest `master` or to a new release, you must back up your database and files before proceeding to avoid data loss.
|
||||
|
||||
## Upgrading from 2.x:
|
||||
|
||||
- Back up your database and files
|
||||
- Update your files by using `git pull` or downloading a release
|
||||
- Run `composer install --no-dev -o` to ensure dependencies are up to date
|
||||
- Migrate database with `php artisan migrate` to ensure database structure is up to date
|
||||
|
||||
## Upgrading from 1.x:
|
||||
|
||||
There are breaking changes between 2.x and 1.x; it is not yet possible to automatically upgrade to 2.x.
|
@ -3,6 +3,7 @@ pages:
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- 'Installation': 'user-guide/installation.md'
|
||||
- 'Upgrading': 'user-guide/upgrading.md'
|
||||
- 'Troubleshooting': 'user-guide/troubleshooting.md'
|
||||
- Developer Guide:
|
||||
- 'Libraries': 'developer-guide/libraries.md'
|
||||
|
Loading…
Reference in New Issue
Block a user