How we can update our bagisto V1.2.0 to V1.3.0
-
How we can update our bagisto V1.2.0 to V1.3.0. I want to update my bagisto can you tell me what steps I need to do for that?
-
Hi @Rohit,
-
For that, you need to first take a backup of your project and DB.
-
Then, after backing up, take the latest version clone from the Bagisto site.
-
Connect your new Bagisto version to the previous version DB (take a backup also).
-
Then, run
composer install
. -
Run
php artisan migrate
(Don't run DB seed). -
Run
php artisan vendor:publish --all
(Don't use --force unless and until you have made any customization). -
Run
php artisan optimize
. -
Done
-
-
what do you mean by Connect your new Bagisto version to the previous version DB (take a backup also).
i dont understand
you mean copy the files from the new bagisto to the existing folder from previous bagisto ?
please clarify ?
Best regards
-
Hi @cmpengineers,
I want to say that, just connect the
new version
database connection to your old version db.