mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Created Upgrade instructions (markdown)
22
Upgrade-instructions.md
Normal file
22
Upgrade-instructions.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## Upgrade from < 3.3 tot 3.3 and higher.
|
||||
|
||||
1. Run ``git pull`` on the root of your Firefly III directory.
|
||||
2. Run ``composer update``.
|
||||
3. Run ``php artisan env`` and remember your environment.
|
||||
4. Run ``php artisan migrate --env=xxxx`` where xxxx is your environment.
|
||||
5.
|
||||
|
||||
|
||||
|
||||
Upgrading Firefly consists of the following:
|
||||
|
||||
1. Run ``git pull`` on the root of your Firefly III directory.
|
||||
2. Run ``composer update``.
|
||||
3. Run ``php artisan env`` and remember your environment.
|
||||
4. Run ``php artisan migrate --env=xxxx`` where xxxx is your environment.
|
||||
|
||||
Nine times out of ten this will successfully upgrade your installation to the latest version. Common problems include:
|
||||
|
||||
### White screen
|
||||
|
||||
Check if ``app/storage/logs`` is writeable. If so, follow the errors in the latest log files and open an issue.
|
Reference in New Issue
Block a user