CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 2.1 beta4 --> Stable Upgrade failure
Pages: [1]

Author Topic: 2.1 beta4 --> Stable Upgrade failure  (Read 1388 times)

sergeich

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
    • USDLC
2.1 beta4 --> Stable Upgrade failure
October 03, 2008, 11:16:34 am
I attempted this revision upgrade quite a few times now, following these directions word-by-word:

http://wiki.civicrm.org/confluence/display/CRMDOC/Upgrade+to+a+New+Revision+-+Joomla

Just like in my previous attempts to do Beta4-->Beta6 and Beta2-->Beta4 Upgrades my data gets wiped right away.

The line "$civicrmUpgrade = false;" is also present in "admin/civicrm/joomla/configure.php" - so I changed it to true just like in "admin/configure.php" - same result, all Contacts perished.

Is there a way to manually upgrade? Are there database structure changes? Just copying files over (preserving civicrm.settings.php) didn't work for me.





Deepak Srivastava

  • Moderator
  • Ask me questions
  • *****
  • Posts: 677
  • Karma: 65
Re: 2.1 beta4 --> Stable Upgrade failure
October 04, 2008, 05:39:24 am
Quote
The line "$civicrmUpgrade = false;" is also present in "admin/civicrm/joomla/configure.php" - so I changed it to true just like in "admin/configure.php" - same result, all Contacts perished.

"$civicrmUpgrade = true;" in "admin/configure.php" should work. Not sure why its not working in your case. The other thing you could try is commenting the lines (67-68) -
Quote
    civicrm_source( $sqlPath . DIRECTORY_SEPARATOR . 'civicrm.mysql'     );
    civicrm_source( $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_data.mysql');
which actually do the changes in your db.
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

sergeich

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
    • USDLC
Re: 2.1 beta4 --> Stable Upgrade failure
October 08, 2008, 04:04:35 pm
So, just make sure:

When I upgrade to the next revision - there are no database structure changes, right?

a) I should Uninstall CIVICRM Component first
b) Install CiviCRM with these lines commented in admin/configure.php


Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: 2.1 beta4 --> Stable Upgrade failure
October 08, 2008, 04:09:09 pm
Quote
When I upgrade to the next revision - there are no database structure changes, right?

Currently we support only version upgrades. You in your case you will have to uninstall civicrm component and then install the latest release.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • 2.1 beta4 --> Stable Upgrade failure

This forum was archived on 2017-11-26.