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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Uninstall instructions
Pages: [1]

Author Topic: Uninstall instructions  (Read 1167 times)

jamida

  • Guest
Uninstall instructions
May 05, 2010, 06:58:21 pm
I'm running Joomla on a test environment and installed CiviCRM to test its functionality. Seems **way** more powerful than my needs. So I uninstalled it and to my surprise the database tables are still there.

a) is this a bug? Shouldn't the uninstall process delete those?
b) either way, since I still have them, are they safe to delete?

Thanks

Mike

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Uninstall instructions
May 05, 2010, 08:23:14 pm

a. our upgrade procedure requires an uninstall (due to some problems with the joomla installer) and hence we dont delete the tables

b. yes, u can safely delete all tables with civicrm_* if you are not using the component

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Joshbc

  • Guest
Re: Uninstall instructions
May 24, 2010, 01:14:44 am
Looks like I am getting an error removing those tables: "Cannot delete or update a parent row: a foreign key constraint fails"

talexander

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
Re: Uninstall instructions
May 28, 2010, 08:58:33 am
I got this same error recently.  Had to go through each table that was left individually.  Eventually you break the parent child relationship between two tables and it allows you to uninstall them.  If you find a quicker and more efficient way then let me know as it was somewhat labourious.

rchapman

  • I post occasionally
  • **
  • Posts: 77
  • Karma: 0
Re: Uninstall instructions
June 24, 2010, 12:20:11 pm
I've done a number of reinstalls, and the way to get around this is the following in mysql:

set foreign_key_checks = 0;

then you can remove all of them at once.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Uninstall instructions

This forum was archived on 2017-11-26.