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 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