Question: Update Without Damaging Files And Language

Update Without Damaging Files And Language

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 t

OM

Onur MASALCI

Asked

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.

  • MS

    Mian Saleem

    Answered

    Hello,

    You can perform update as instructed in the documentation.pdf

    Please backup .env file and assets folder inside public 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 and public/assets/ folder then upload the latest and lastly run the migration command.

    Thank you

  • Login to Reply