Skip to content

upgrade2018.1to2019.1

Flip edited this page May 31, 2019 · 6 revisions

Upgrade Guide 2018.1 to 2019.1

  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/2019.1
  4. Update.env File: you can compare .env.example with your .env or just add the following updates to your .env file:

impressum.name="Maria Mustermann"

impressum.street="Muster-Str."

impressum.number=1

impressum.zip=00000

impressum.city="Musterstadt"

impressum.phone="0000 00000"

impressum.mail="[email protected]"

impressum.UmsatzsteuerIdentifikationsnummer="00000/00000"

  1. Update dependencies: php composer.phar install && php composer.phar dump-autoload -o
  2. Update Database Layout: php artisan migrate
  3. Migrate Database Data: php artisan db:seed --class=Update2018_1to2019_1
  4. Restart queue worker php artisan queue:restart
  5. Start webserver or reactivate laravel php artisan up
  6. Login with your Admin account and change Client Settings e.g. https://dlrgdienstplan.de/client
Clone this wiki locally