<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Uninstall Postgres"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/9.page</link>
		<description><![CDATA[Latest messages posted in the topic "Uninstall Postgres"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Uninstall Postgres</title>
				<description><![CDATA[ Hi,<br /> <br /> What is the way to uninstall Postgresql, once installed using the .bin installer (postgresql-8.3.3-2-linux.bin) ?<br /> <br /> I tried "uninstall-postgresql", but I got "Uninstallation did not complete successfully", and noting changed.<br /> <br /> Please, advise.<br /> <br /> Best regards,<br /> CB<br /> <br /> OS : Debian Etch]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/5082.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/5082.page</link>
				<pubDate><![CDATA[Mon, 15 Sep 2008 18:37:15]]> GMT</pubDate>
				<author><![CDATA[ Christophe_B]]></author>
			</item>
			<item>
				<title>Uninstall Postgres</title>
				<description><![CDATA[ [quote=Christophe_B]Hi,<br /> <br /> What is the way to uninstall Postgresql, once installed using the .bin installer (postgresql-8.3.3-2-linux.bin) ?<br /> <br /> I tried "uninstall-postgresql", but I got "Uninstallation did not complete successfully", and noting changed.<br /> <br /> Please, advise.<br /> <br /> Best regards,<br /> CB<br /> <br /> OS : Debian Etch[/quote]<br /> <br /> Hmm, strange. Is that the entire message text?<br /> <br /> The easiest possible fix would be to re-run the installer, which we've found can fix the uninstaller (they normally only break when we make silly mistakes in development though - and what you have has been thoroughly tested). Then, try re-running the uninstaller.<br /> <br /> Failing that, you can try a manual uninstallation (as root, assuming a default installation path):<br /> <br /> /opt/PostgreSQL/8.3/installer/server/removeshortcuts.sh /opt/PostgreSQL/8.3 8.3<br /> /etc/init.d postgresql-8.3 stop<br /> rm -rf /opt/PostgreSQL<br /> rm /etc/postgres-reg.ini<br /> rm -rf /etc/init.d/postgresql-8.3<br /> userdel postgres<br /> <br /> if /etc/ld.so.conf exists, edit it and remove /opt/PostgreSQL/8.3/lib<br /> if present.<br /> <br /> if /etc/ld.so.conf.d exists:<br /> <br /> rm /etc/ld.so.conf.d/postgresql-8.3.conf<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/5084.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/5084.page</link>
				<pubDate><![CDATA[Tue, 16 Sep 2008 04:06:29]]> GMT</pubDate>
				<author><![CDATA[ Dave_P]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ How is an uninstall achieved on OS X?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/5635.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/5635.page</link>
				<pubDate><![CDATA[Thu, 5 Feb 2009 16:02:46]]> GMT</pubDate>
				<author><![CDATA[ Ben_P]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ In Mac OSX: (Assuming Default Locations)<br /> <br /> Via uninstaller:<br /> <br /> 1) In the installation directory, there will be a uninstall-postgresql.app file will be there,  executing (double clicking)  that will uninstall the postgresql installation. <br /> <br /> Manual Uninstallation:<br /> <br /> 1) Stop the server<br /> <br /> sudo /sbin/SystemStarter stop postgresql-8.3<br /> <br /> 2) Remove menu shortcuts:<br /> <br /> sudo rm -rf  /Applications/PostgreSQL 8.3<br /> <br /> 3) Remove the ini file<br /> <br /> sudo rm -rf /etc/postgres-reg.ini<br /> <br /> 4) Removing Startup Items<br /> <br /> sudo rm -rf /Library/StartupItems/postgresql-8.3<br /> <br /> 5) Remove the data and installed files<br /> <br /> sudo rm -rf  /Library/PostgreSQL/8.3<br /> <br /> 6) Delete the user postgres<br /> <br /> sudo dscl . delete /users/postgres]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/5636.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/5636.page</link>
				<pubDate><![CDATA[Fri, 6 Feb 2009 13:56:54]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ and what about Windows, i want to uninstall Postgresql from MS DOS? is it possible?<br /> i tried this:<br /> rd /s /q "C:\program files\postgresql"<br /> net user postgres /delete<br /> <br /> but it's not enought<br /> <br /> Please, advice.<br /> <br /> best regards;<br /> <br /> thanks<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6050.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6050.page</link>
				<pubDate><![CDATA[Thu, 14 May 2009 10:39:30]]> GMT</pubDate>
				<author><![CDATA[ ririrourou_r]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ In Windows:<br /> <br /> Via Uninstaller:<br /> <br /> i) Go to the Add/Remove Programs and uninstall postgresql server from there or go to the postgresql server installation directory and run the uninstaller.<br /> <br /> Manual Uninstallation:<br /> <br /> i) Remove the postgresql server installation directory. (rd /s /q "C:\Program Files\PostgreSQL\8.3") Assuming default location.<br /> <br /> ii) Delete the user 'postgres' (net user postgres /delete)<br /> <br /> iii) Remove the Registry entries. (HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-8.3) and (HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Services\postgresql-8.3)<br /> <br /> iv) Remove the postgresql-8.3 service. (sc delete postgresql-8.3)<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6074.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6074.page</link>
				<pubDate><![CDATA[Tue, 19 May 2009 01:59:31]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ thanks to you I have found the solution  <img src="http://forums.enterprisedb.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/> <br /> thank you very much<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6076.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6076.page</link>
				<pubDate><![CDATA[Tue, 19 May 2009 08:49:41]]> GMT</pubDate>
				<author><![CDATA[ ririrourou_r]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres -Windows</title>
				<description><![CDATA[ The windows uninstall needs working on for us mere mortals.<br /> <br /> I decided to give Postgresql a go after hearing about it all the time. As a result seeing I was going to "give it a go" I gave the initial install [super]usernames, server and database just some silly names, to see how it all worked.<br /> <br /> Well now that I want to uninstall/reinstall I can't get it to lose all the silly names. Everytime I try it comes back with those initial setting instead of giving me a clean setup. I have never had this proplem with other software. I will try the above instructions and see if that helps.<br /> <br /> The uninstall is not clearing things out properly. Hopefully this will be fixed in the future.<br /> <br /> My Linux box at home I setup later so I gave it the names I wanted to use and have not dared to attempt an uninstall to see if it suffers from the same issues.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6086.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6086.page</link>
				<pubDate><![CDATA[Thu, 28 May 2009 07:32:40]]> GMT</pubDate>
				<author><![CDATA[ Petrik_O]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Petrick,<br /> <br /> All that uninstaller leaves behind is:<br /> <br /> i) The service user account 'postgres'<br /> <br /> Reason: That account is being used by any other postgresql installations. and if in case user doesnt need it he can manually delete the user as told in previous postings.<br /> <br /> ii) The data directory.<br /> <br /> Reason: It is not advisable to delete the data directory as it may contains useful information and can be used afterwards (with other postgresql installations) and if in case that directory is not important, user can any time delete it manually.<br /> <br /> Apart from the above two, the installer wont delete any file/directory that is being created (within the postgresql installation directory) by the user, after installation. <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6087.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6087.page</link>
				<pubDate><![CDATA[Thu, 28 May 2009 08:28:36]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ It looks like the the final fix was the registry. I removed everyting mentioning postgres[ql].<br /> <br /> Ideally the windows uninstall through the control panel/add remove programs should deal with registry entries removal. Who knows what damage I've done in there.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6097.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6097.page</link>
				<pubDate><![CDATA[Thu, 28 May 2009 19:07:26]]> GMT</pubDate>
				<author><![CDATA[ Petrik_O]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Well that got rid of the funny names but has now created another problem I can't work out what to do with.<br /> <br /> I install again from the MSI fie (bypassing the option of starting it as a service, I want to start it manually.) and now it does not create a data directory nor do I have my postgres user. I am also not able to add a server in pgadmin III (it shows none and won't let be create one.).]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6098.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6098.page</link>
				<pubDate><![CDATA[Fri, 29 May 2009 00:32:33]]> GMT</pubDate>
				<author><![CDATA[ Petrik_O]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Petrik,<br /> <br /> I suggest you to use the one-click installer (.exe one) because that is maintained by us. and all the above postings were made assuming the user had used the one-click installer only.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6099.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6099.page</link>
				<pubDate><![CDATA[Fri, 29 May 2009 01:55:43]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ I have managed to get back to it and have another go, this time using the .exe installer and I get the following error near the end of the installation<br /> <br /> Problem running post-install step. Installation may not complete correctly Error reading file C:/Program Files/PostgreSQL/8.3/data/postgresql.conf]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6107.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6107.page</link>
				<pubDate><![CDATA[Mon, 1 Jun 2009 19:16:38]]> GMT</pubDate>
				<author><![CDATA[ Petrik_O]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Petrik,<br /> <br /> Can you please post the contents [error part] of the installation log present in your system's temp directory (%TEMP%\install_postgresql.log). Also, please let us know the version of windows you are using. ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6108.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6108.page</link>
				<pubDate><![CDATA[Tue, 2 Jun 2009 02:10:52]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ I'm on windows XP<br /> <br /> I deleted everything postgres I could find and reinstalled (this time to another location) and still got the same error.<br /> <br /> Below is the tail end of the log file.<br /> <br /> [quote]<br /> Starting the database server...<br /> Executing cscript<br /> Script exit code: 0<br /> <br /> Script output:<br /> Starting postgresql-8.3<br /> Service postgresql-8.3 started successfully<br /> startserver.vbs ran to completion<br /> <br /> Script stderr:<br /> <br /> <br /> Loading additional SQL modules...<br /> Executing cscript<br /> Script exit code: 0<br /> <br /> Script output:<br /> Installing pl/pgsql in the template1 databases...<br /> psql: could not connect to server: Connection refused (0x0000274D/10061)<br /> 	Is the server running on host "???" and accepting<br /> 	TCP/IP connections on port 5432?<br /> <br /> Installing the adminpack module in the postgres database...<br /> psql: could not connect to server: Connection refused (0x0000274D/10061)<br /> 	Is the server running on host "???" and accepting<br /> 	TCP/IP connections on port 5432?<br /> <br /> loadmodules.vbs ran to completion<br /> <br /> Script stderr:<br /> <br /> <br /> Write the data directory to the ini file...<br /> Write the port number, service ID, locale and superuser to the ini file...<br /> Problem running post-install step. Installation may not complete correctly<br />  Error reading file D:/Installed Software/PostgreSQL/8.3/data/postgresql.conf<br /> Creating Uninstaller<br /> Creating uninstaller 25%<br /> Creating uninstaller 50%<br /> Creating uninstaller 75%<br /> Creating uninstaller 100%<br /> Installation completed<br /> Log finished 06/03/09 at 09:32:51<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/6119.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/6119.page</link>
				<pubDate><![CDATA[Tue, 2 Jun 2009 17:44:12]]> GMT</pubDate>
				<author><![CDATA[ Petrik_O]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ 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?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/8927.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/8927.page</link>
				<pubDate><![CDATA[Sun, 25 Jul 2010 17:48:18]]> GMT</pubDate>
				<author><![CDATA[ jeffrey_bailey]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Hello,<br /> <br /> 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.<br /> <br /> i) Stop the server.<br /> sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist<br /> <br /> ii) Remove the plist file <br /> sudo rm -f /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist<br /> <br /> iii) Remove the Applications Menu.<br /> sudo rm -f "/Applications/PostgreSQL 8.4"<br /> <br /> iv) Remove the installation directory<br /> sudo rm -rf /Library/PostgreSQL/8.4 <br /> (Note: You can backup your data directory in case you need it.)<br /> <br /> v) Remove the 'postgres' user<br /> sudo dscl . delete /Users/postgres<br /> (Note: This step is optional)<br /> <br /> vi) Remove the ini file<br /> sudo rm -f /etc/postgres-reg.ini<br /> <br /> After these steps, PostgreSQL is completely removed from your system.<br /> <br /> 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.<br /> <br /> Hope it helps.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/8929.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/8929.page</link>
				<pubDate><![CDATA[Mon, 26 Jul 2010 01:32:49]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Hi ,<br />  I am Using CentOS, Whether anyone have any idea how to uninstall POSGRESQL in Centos?<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/9677.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/9677.page</link>
				<pubDate><![CDATA[Fri, 4 Feb 2011 00:46:36]]> GMT</pubDate>
				<author><![CDATA[ xjrmame]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ 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.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/9694.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/9694.page</link>
				<pubDate><![CDATA[Sun, 6 Feb 2011 14:07:06]]> GMT</pubDate>
				<author><![CDATA[ xjrmame]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ Hi,<br /> <br /> Can you please copy paste the first and last 10 lines of the installation logs (/tmp/postgresql.log)?<br /> <br /> Did you try to upgrade or install a new instance?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/9695.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/9695.page</link>
				<pubDate><![CDATA[Mon, 7 Feb 2011 00:52:19]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres - By mistake</title>
				<description><![CDATA[ Hi All,<br /> <br /> By mistake i uninstalled db_server, edbmtk and edbpgagent from database server.<br /> Is there anyway to restore the database to the previous point?<br /> Please help me in this issue]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/11362.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/11362.page</link>
				<pubDate><![CDATA[Tue, 24 Jan 2012 03:49:03]]> GMT</pubDate>
				<author><![CDATA[ sanker_kambhapati]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ 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.. ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/11363.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/11363.page</link>
				<pubDate><![CDATA[Tue, 24 Jan 2012 03:59:37]]> GMT</pubDate>
				<author><![CDATA[ Sachin_S]]></author>
			</item>
			<item>
				<title>Re:Uninstall Postgres</title>
				<description><![CDATA[ thank you sachin for your help.....]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1437/11364.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1437/11364.page</link>
				<pubDate><![CDATA[Tue, 24 Jan 2012 05:40:23]]> GMT</pubDate>
				<author><![CDATA[ sanker_kambhapati]]></author>
			</item>
	</channel>
</rss>
