I've been trying to move my OpenScholar installation to a new server. To do that I followed the Drupal instructions: create a copy of the MySQL database, install Drupal/OS on the new machine, import database. This failed (I got tons of error messages about missing tables and similar issues), and I suspect it's due to the fact that I installed a later version of OpenScholar (namely RC1) on the new machine. For the next attempt I'd now like to have matching OS versions -- but I'm not sure how I find out which version I have installed on the current production server. The status report only gives me the Drupal version (6.24). Can someone tell me how to figure this out? Other advice about migrating an installation are welcome, too.
Thanks,
Harald.
Comments
If you go to the control
If you go to the control panel of any of your sites , it should be in the bottom right corner.
Or look at the source code http://goo.gl/kHUWQ
Great, that worked. Thanks a
Great, that worked. Thanks a lot!
You could also take a MySQL
You could also take a MySQL dump and copy/paste all OS files in new server.
Yes, that's what I've done
Yes, that's what I've done this time and after some tweaking of the virtual hosts file it seems to work.
Others, including myself,
Others, including myself, have had troubles installing RC1 even with just a fresh new database generated by the installer. See http://groups.drupal.org/node/255673 and others in this forum. I'm back to beta14.
-Ben