Upgrade 4.2 to 4.5

10 months ago
Yidna wrote:
If you have a look in these files nopCommerce_4.50.1_UpgradeScripts, etc they are just text files that explain the process. They don’t do anything

So yes there are no scripts to run after v4.3 and the migrations of the database in each version after that is done in the code. So it will migrate from v4.3 to v4.4 or v4.3 to v4.5 automatically.

That is provided the database is not customised. Also sometimes there is some old data that causes problems with the migration.
If there are issues check the Stdout log files to see the problem.

Upgrading from V4.3 to V4.4
Hi Yidna
from your answer above
My question is,  how i would know that database has upgraded after I have rebuild the Source code (V4.4) using the 4.3 database connection string ?
10 months ago
If the update process completes and you can run the v4.4 website then one can assume the database has been updated