Update Uvodo
Learn how to update Uvodo
We are trying to send new updates in every 2 weeks. Currently, the update flow is available only with the command line. In next upd,ates it will be possible to update Uvodo via Dashboard.
Here are the steps:
Firstly you have to upload your Uvodo zip to your server. You can get the zip from CodeCanyon. You can upload the zip to
/var/www/html
folder as below image : 
Now, go to your Uvodo project, and run the below command:
composer uvodo:update -- --source=../uvodo-71f6f59c.zip
In there, source parameter is your zip location

After the enter, the command will ask you for composer to continue as root, you can say: yes

If you update the new version, then you will see this screen :

if it is the same version, it will ask that the Application is already on the version same, do you want to continue? Again you can say: yes

In the next step, the command will ask for temporary installation to run composer as root, you can say: yes

In the next step, the command will ask for migration, you can say here: NO

If you have extra custom plugins , the command can ask to install them again , therefore there will be again to run composer as root , you can say: yes

In this step, you have to run the below command under
/var/www/html/example.uvodo.com
to update the database : php bin/console orm:schema-tool:update --force

Just give permission to
/var/www/html/example.uvodo.com
: chown -R www-data:www-data .
chmod -R 700 .
That's it. Uvodo update finished.
🎉
🎉
🎉
Last modified 3mo ago