I have ERPNext v11 running for a business and considering moving to version 12. I know that ERPNext v12 has been released some time ago but is it stable enough to be used in a production environment?
I managed to migrate 2 weeks ago with some adjustments. but just out of curiosity …
u actually restored v11 databases to v12 instances (which results into an “Internal Server Error” I believe) and then ran bench migrate on that new v12 instances?
if that is so I am surprised restoring works on a MariaDB level even.
Created a site for each of the sites I had and did the following steps for them
Execute bench --site site1.example.com --force restore ....
Above will restore the database and replace all the public/private files.
Execute bench --site site1.example.com migrate
This applies all the changes needed to v12
Restoring works with MariaDB level because it is merely a DB restore, schema compatibility with v12 is not needed. running bench migrate for the site makes it compatible with v12