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) »
  • Upgrading from 3.4.7 to 4.1 first?
Pages: [1]

Author Topic: Upgrading from 3.4.7 to 4.1 first?  (Read 1620 times)

michaelhayes

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
  • CiviCRM version: 3.4.7
  • CMS version: Drupal 6.26
  • MySQL version: 5.1.3.9
  • PHP version: 5
Upgrading from 3.4.7 to 4.1 first?
June 18, 2013, 05:18:43 pm
Someone suggested this a while back, but we're on Drupal 6 and I was hearing I should upgrade first from 3.4 to 4.1, then Drupal 6 to Drupal 7, then 4.1 to current. Does that sound like it makes sense?

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Upgrading from 3.4.7 to 4.1 first?
June 18, 2013, 11:59:13 pm
Yes that makes sense. There is more information to be found here:
http://artfulrobot.com/blog/how-i-upgraded-civicrm-34-41-and-drupal-6-7
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

lolas

  • I post frequently
  • ***
  • Posts: 134
  • Karma: 9
    • Freeform Solutions
  • CiviCRM version: Several
  • CMS version: Drupal
  • MySQL version: 5.1+
  • PHP version: Several
Re: Upgrading from 3.4.7 to 4.1 first?
June 19, 2013, 07:20:29 am
There is also a blog post here:
http://civicrm.org/blogs/spidersilk/best-practices-upgrading-drupal-6-7-and-civicrm-3-4-same-time
Freeform Solutions provides technology and management consulting, website and database development, and managed internet hosting solutions for not-for-profit organizations (NFPs).

LenInkster

  • I’m new here
  • *
  • Posts: 10
  • Karma: 1
Re: Upgrading from 3.4.7 to 4.1 first?
July 10, 2013, 01:12:02 pm
You can grant the trigger permissions to get around this problem.

Log into MySQL as an elevated user through cPanel or PhpMyAdmin

Enter the following query:

GRANT TRIGGER ON civicrm_domain TO database_userid@ 'localhost' IDENTIFIED BY 'password';
GRANT TRIGGER ON civicrm_domain TO database_userid@ '127.0.0.1' IDENTIFIED BY 'password';
GRANT TRIGGER ON civicrm_domain TO database_userid@ '%' IDENTIFIED BY 'password';

Rerun the update process.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrading from 3.4.7 to 4.1 first?

This forum was archived on 2017-11-26.