Just curious
I've updated/upgraded installed Drupal so many times.
All I do is go into my site -
I run the backup migrate mod and save download mysql to my computer
then I run FTP and copy the entire drupal domain folder package down to my computer.
This is basically a complete backup without archiving the domain folders.
I go into Cpanel mySql and write down the name of my dbase and user name for Mysql for the site.(i have PW)
One big thing I don't do --- I don't disable any of the modules of my Drupal site.
3. I delete the previous drupal domain completely from webserver
3. I FTP the new version of Drupal to my empty domain folder
4. I make a copy of the default.settings.php on mycomputer and change the name of it to settings.php
and FTP it to the sites/default/ I change permissions on settings.php to 777
5. I point to my domain from browser and it gives me setup screen.
6. I enter my database name, username, password.
Sometimes I have a prefix for my tables I have to add under advanced.
Afterward I go back into admin and run update on the modules. (don't know if this makes any difference)
------I do this to just make sure I've got a working Drupal installation. I may even run through a few parts of the installed drupal.
Then I go back to mycomputer and FTP my previous Sites folder to replace the new one on my webserver