Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
We are currently running Drupal 6.1 with MySQl 5.1. I need to upgrade the MySQL to 5.5 for security reasons. However, I will leave Drupal at version 6.1. Will this combination work?
Also, what should I be aware of when doing a database upgrade like this? Besides backup the DBs, etc..Do I need to update the Drupal config, etc?
This is my method - something is wrong with it, looking for help;
1. D6 version of site work fine at mydomain.com
2. D7 dev version of site works fine at new.mydomain.com (a folder under root of mydomain.com - mydomain.com/new ).
To go live with new D7 site, I thought I would do this so as not to have to FTP:
A. Put both sites into maintenance mode.
B. Copied the D6 site files into a folder I created in root of mydomain.com called _BACKUP
C. Copied the D7 site files from the 'new' folder into the root of mydomain.com.