| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 25 Jul 2010 17:48:18
|
jeffrey_bailey
New member
Joined: 25 Jul 2010 17:46:36
Messages: 1
Offline
|
I can't get the uninstall-postgres.app on my mac to show up in the installation directory. Even if I search my mac, it isn't there. I tried downloading the most recent version and upgrading, but it still is not there. Can I download this and put it in the directory manually or something?
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 26 Jul 2010 01:32:49
|
Sachin_S
Senior member
Joined: 1 Aug 2008 02:37:24
Messages: 445
Offline
|
Hello, The uninstaller will not be created when you run the installer in upgrade mode. You can use these steps to uninstall postgresql from your mac. i) Stop the server. sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist ii) Remove the plist file sudo rm -f /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist iii) Remove the Applications Menu. sudo rm -f "/Applications/PostgreSQL 8.4" iv) Remove the installation directory sudo rm -rf /Library/PostgreSQL/8.4 (Note: You can backup your data directory in case you need it.) v) Remove the 'postgres' user sudo dscl . delete /Users/postgres (Note: This step is optional) vi) Remove the ini file sudo rm -f /etc/postgres-reg.ini After these steps, PostgreSQL is completely removed from your system. You can run the latest installer again to install PostgreSQL (You can also point the installation to use your backed up data directory also). This time it will create the uninstaller. Hope it helps.
This message was edited 1 time. Last update was at 26 Jul 2010 01:33:32
|
--
Regards,
Sachin Srivastava
EnterpriseDB , the Enterprise Postgres company.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 4 Feb 2011 00:46:36
|
xjrmame
Member
Joined: 2 Feb 2011 18:37:11
Messages: 20
Offline
|
Hi ,
I am Using CentOS, Whether anyone have any idea how to uninstall POSGRESQL in Centos?
Thanks
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 6 Feb 2011 14:07:06
|
xjrmame
Member
Joined: 2 Feb 2011 18:37:11
Messages: 20
Offline
|
I just installed PostgreSQL on my OSX Leopard, and the uninstaller does not seem to exist. There is a bug in your installer. I hope my system won't get screwed up.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 7 Feb 2011 00:52:19
|
Sachin_S
Senior member
Joined: 1 Aug 2008 02:37:24
Messages: 445
Offline
|
Hi,
Can you please copy paste the first and last 10 lines of the installation logs (/tmp/postgresql.log)?
Did you try to upgrade or install a new instance?
|
--
Regards,
Sachin Srivastava
EnterpriseDB , the Enterprise Postgres company.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 24 Jan 2012 03:49:03
|
sanker_kambhapati
New member
Joined: 24 Nov 2011 06:17:24
Messages: 2
Offline
|
Hi All,
By mistake i uninstalled db_server, edbmtk and edbpgagent from database server.
Is there anyway to restore the database to the previous point?
Please help me in this issue
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 24 Jan 2012 03:59:37
|
Sachin_S
Senior member
Joined: 1 Aug 2008 02:37:24
Messages: 445
Offline
|
Re-run the installer, and select the ones you uninstalled, this will put back the binaries that you uninstalled. In case of dbserver, you can choose your existing data directory..
|
--
Regards,
Sachin Srivastava
EnterpriseDB , the Enterprise Postgres company.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 24 Jan 2012 05:40:23
|
sanker_kambhapati
New member
Joined: 24 Nov 2011 06:17:24
Messages: 2
Offline
|
thank you sachin for your help.....
|
|
|
 |
|
|