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 »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Moving (data) to a new site
Pages: [1]

Author Topic: Moving (data) to a new site  (Read 738 times)

vasacampana

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 0
  • CiviCRM version: 4.5.4
  • CMS version: Joomla 3
  • MySQL version: 5.5
  • PHP version: 5.3
Moving (data) to a new site
October 18, 2010, 07:43:01 am
I use a dummy site to test my Joomla+CiviCRM site (say: http://100.100.100.100/test).
Now I need to migrate all data (and in particular I have worked with "contacts") to the production site (http://100.100.100.100/mysite), where I have already installed the same configuration of J+CiviCRM.
Which procedure?
AFAIK it is not enough to copy the db tables, because some details about the directory tree is saved in some record.
Thank you.

MichaƂ Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Moving (data) to a new site
October 19, 2010, 05:27:41 am
Hey,

You can get some hints here.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

penguintrax

  • I post frequently
  • ***
  • Posts: 230
  • Karma: 2
  • CiviCRM version: 3.3x and 4.x depending on site
  • CMS version: Joomla 1.5 or 1.7 depending on site
  • MySQL version: 5.0.92-community
  • PHP version: 5.2.17
Re: Moving (data) to a new site
February 16, 2011, 04:40:46 pm
Michal,

I'm trying to follow the instructions listed on the page you specified, however when I execute the command,

$ mysqldump -u  -p  --ignore-table=joomla_dev.civicrm_domain \
--ignore-table=joomla_dev.civicrm_acl_cache \
--ignore-table=joomla_dev.civicrm_acl_contact_cache --ignore-table=joomla_dev.civicrm_cache  \
--ignore-table=joomla_dev.civicrm_group_contact_cache \
joomla_dev > ipcasql.sql

 I get a mysql syntax error starting on line 1:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '$ mysqldump -u root -p --ignore-table=joomla_dev.civicrm_domain \ --ignore-tab' at line 1

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Moving (data) to a new site

This forum was archived on 2017-11-26.