Skip to content

upgrade2019.1to2020.1

Flip edited this page Dec 29, 2020 · 11 revisions

This is in construction and not finalized!

Changelog 2020.1:

  • upgrade to laravel 6
  • Add training module
  • Redesign landing pages
  • remove small bugs
  • userguide accable in menu
  • create demo mode
  • add site statistics
  • Admin Actions on Dashboard like "Dienstplan an alle Versenden"
  • services comes now with start time and end date+time

Upgrade Guide 2019.1 to 2020.1

If you come from a version before 2019.1 please upgrade sequentially

  1. Stop Webserver oder set laravel to maintance php artisan down to prevent changes of users
  2. Make a Backup of your Database!
  3. Get new Codebase: git checkout tags/2020.1
  4. Update.env File: you can compare .env.example with your .env or just add the following updates to your .env file:

OFFER.DIENSTPLAN=false

  1. Update dependencies: php composer.phar install && php composer.phar dump-autoload -o
  2. Update Database Layout: php artisan migrate
  3. Restart queue worker php artisan queue:restart
  4. Start webserver or reactivate laravel php artisan up
Clone this wiki locally