HOw can I determine the version I was using from the exported .sql? I do see, when I searched the export .sql, this line:
Code: Select all
INSERT INTO `cms_version` (`version`) VALUES
(29);
Code: Select all
INSERT INTO `cms_version` (`version`) VALUES
(29);
This worked. But I first had to do a fresh install into database of a different name, in order to create config.php, which I could then modifiy to point to the one I imported.Go to /install/upgrade.php to upgrade the site.