database - magento upgrade from 1.6.2 to 1.7.0.2 - Will the db base be changed? -
i looking upgrading magento community 1.6.2 1.7.0.2.
first on test server, there errors during updating in magento connect, have upload files self ...
but when going put these data live environment, can copy data ftp live website?
or there new/changed settings in database?
and if yes on last question, lines changed?
avoid upload core library changes via ftp.
the fastest , more secure way patch application using diff files
patch -p0 -f < 1.6.2.0-1.7.0.0.diff
then when first visit site magento automatically upgrade db
Comments
Post a Comment