How to upgrade to the latest version using magento connect?
Answer Posted / Prabhat Mishra
To upgrade your Magento installation using Magento Connect, follow these steps:n1. Backup your current database and files.n2. Disable all extensions: go to System > Extensions, click on Disable for each extension.n3. Login to the command line as the root user or a sudo user.n4. Navigate to your Magento installation directory.n5. Run the following command to upgrade your installation:n```nsudo php -f connect20.php -s path/to/magento -- --upgraden```nReplace `path/to/magento` with the path to your Magento installation directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers