I have to update the website from umbraco v 4.0.3 (Assembly version: 1.0.3625.27276) to umbraco v 4.7.1.
I think the schema changes happened in 4.5 and that has not changed after that in all 4.5+ versions.Also I have seen the package compatibility test page which is mentioning about the compatibility with 4.5, I think the same will be applicable to 4.7 as well(as I am not finding any page for Package compatibility for 4.7.1. Please let me know if this understanding is not correct.
your statement seems correct to me. Just note that altho you're upgrading to a v4.5+ version, you can still keep your old xml schema, meaning you don't have to update your existing xslt's to the new schema (Make sure to set the following key to true in umbracoSettings.config to keep working with the old schema):
Just to clarify, if I am using <UseLegacyXmlSchema>true</UseLegacyXmlSchema>, my understanding is that I can only use the old Schema. So, for any new xslt files to be written, I will have to follow the old schema. Am I correct?
Migration of umbraco 4.0 website to 4.7.1?
Hi Guys,
I have worked on umbraco 4.7 for 3 months. I need to migrate an existing umbraco 4.0 website to 4.7.1?
Could anyone please provide me with details of how to achieve the same and what are the things which needs to be taken care for this?
Additionally if any one can provide me with some documentation on this will help.
Thanks,
Rajeev
Check this wiki article about upgrading your umbraco to the latest version: http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation
Hope this helps.
Regards,
/Dirk
Hi Dirk,
Thank you for the quick response. I will go through the article for this.
I haven't yet got the access to the existing site. I am marking this as resolved and will open an new post if any issues.
Thanks again,
Rajeev.
Hi Dirk,
I have to update the website from umbraco v 4.0.3 (Assembly version: 1.0.3625.27276) to umbraco v 4.7.1.
I think the schema changes happened in 4.5 and that has not changed after that in all 4.5+ versions.Also I have seen the package compatibility test page which is mentioning about the compatibility with 4.5, I think the same will be applicable to 4.7 as well(as I am not finding any page for Package compatibility for 4.7.1. Please let me know if this understanding is not correct.
Thanks,
Rajeev
your statement seems correct to me. Just note that altho you're upgrading to a v4.5+ version, you can still keep your old xml schema, meaning you don't have to update your existing xslt's to the new schema (Make sure to set the following key to true in umbracoSettings.config to keep working with the old schema):
Cheers,
/Dirk
Thank you Dirk for the confirmation.
Just to clarify, if I am using <UseLegacyXmlSchema>true</UseLegacyXmlSchema>, my understanding is that I can only use the old Schema. So, for any new xslt files to be written, I will have to follow the old schema. Am I correct?
Thanks,
-Rajeev
Exaclty, you can't mix both schemas, it's either the legacy or the new one.
Cheers,
/Dirk
Thank you Dirk. I appreciate your quick responses.
-Rajeev
is working on a reply...