Couldn't Update Mumara to the Latest Version..

alfonzo

Beginner
Dec 3, 2019
8
1
3
I received an update notification and updated my installation to the latest version (version 5.0.45) but after the successful update the system remains at the older version (version 5.0.44). Please let me ask if I need to do anything more?
 

wasif

Administrator
Staff member
Apr 9, 2019
576
112
43
It could be due to the reason that the server/ftp user doesn't have rights to write into the Mumara's installed directory and it was unable to overwrite the files/folders. Alternatively, you can download the latest script from your clientarea and upload/replace into the Mumara's root folder EXCEPT for the .env file. And once you are done, open the SSH terminal and run the following commands into the root directory

php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear

Wasif Ahmad