Created Upgrade instructions (markdown)

James Cole
2015-02-27 16:06:49 +01:00
parent c31079fc59
commit f0cd29da4e

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.