Upgrade
To ensure you have the latest features and bug fixes, it's important to keep your LIVCK installation up to date. Follow these steps to perform an upgrade:
Step 1 - Update & Upgrade
The very first thing we do is update the package lists and packages on the server so that we are up-to-date.
cd /opt/livck
docker-compose exec app php artisan update --force
docker-compose restart
Step 2 - Correcting file permissions
chmod -R gu+w storage/ && chmod -R guo+w storage/ && chmod -R gu+w bootstrap/cache/ && chmod -R guo+w bootstrap/cache/
Step 3 - Restart Docker-Stack
docker-compose restart
Step 4 - Clearing the cache
docker-compose exec app php artisan cache:clear