Hello, I have been using it since (2.0.0-rc.17) but every new version is sent to me by e-mail, I had chosen it like this and I had to re-install the installation files 😦 is there a way to update it? I am using VDS - Almalinux 9 (Plesk Obsidian 18.0.65 Update #2 Web Host Edition). Can I update directly from Plesk? When the new version is released?
Thank you.
- MSAnswered
Hello,
You can backup your language files and then follow the update instructions from documentation.pdf
Once updated, you can put back your language files and rebuild the app.
Thank you
- OMAnswered
I changed the connection links from (routes/web.php), are these also lost?
- MSAnswered
Yes, that file will be replaced so the changes will be gone. You should to duplicate or note the changes made and then do them after update. Thanks
- MSAnswered
Hello,
The error path is from package. What is your php version?
Please try run
composer update
and see if it helps.Thank you
- MSAnswered
Hello,
Please let me know server details and the path to installation in private reply so that I can check for you.
Thank you
- MSAnswered
Hello,
You can perform update as instructed in the documentation.pdf
Please backup
.env
file andassets
folder insidepublic
folder (to save your uploads) then upload the latest files & folders to replace the old. Lastly you need to run the migration command as following# cd /path/to/install/folder php artisan migrate --force
For some updates where the build path changes, you are required to delete the old files except
.env
andpublic/assets/
folder then upload the latest and lastly run the migration command.Thank you
- Login to Reply