-
Notifications
You must be signed in to change notification settings - Fork 3
upgrade2018.1to2019.1
Flip edited this page May 31, 2019
·
6 revisions
- Stop Webserver oder set laravel to maintance
php artisan down
to prevent changes of users - Make a Backup of your Database!
- Get new Codebase:
git checkout tags/2019.1
- 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"
- Update dependencies:
php composer.phar install && php composer.phar dump-autoload -o
- Update Database Layout:
php artisan migrate
- Migrate Database Data:
php artisan db:seed --class=Update2018_1to2019_1
- Restart queue worker
php artisan queue:restart
- Start webserver or reactivate laravel
php artisan up
- Login with your Admin account and change Client Settings e.g. https://dlrgdienstplan.de/client