<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install PostgreSQL and pgAdmin4 in Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Jan 2024 18:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jon Crowe		</title>
		<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2129914</link>

		<dc:creator><![CDATA[Jon Crowe]]></dc:creator>
		<pubDate>Sat, 27 Jan 2024 18:01:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39136#comment-2129914</guid>

					<description><![CDATA[Thanks, it&#039;s a really useful walk-through for someone just starting to learn databases (data science course) and new to Ubuntu. The only point I got stuck on was the &quot;run the web setup script which ships with the pgdmin4 binary package, to configure the system to run in web mode&quot;. 

I had to search elsewhere to find what this script was and how to run it, the following worked:

Found at: https://www.pgadmin.org/download/pgadmin-4-rpm/ 
&lt;pre&gt;
sudo /usr/pgadmin4/bin/setup-web.sh
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Thanks, it&#8217;s a really useful walk-through for someone just starting to learn databases (data science course) and new to Ubuntu. The only point I got stuck on was the &#8220;run the web setup script which ships with the pgdmin4 binary package, to configure the system to run in web mode&#8221;. </p>
<p>I had to search elsewhere to find what this script was and how to run it, the following worked:</p>
<p>Found at: <a target="_blank" href="https://www.pgadmin.org/download/pgadmin-4-rpm/" rel="nofollow ugc">https://www.pgadmin.org/download/pgadmin-4-rpm/</a> </p>
<pre>
sudo /usr/pgadmin4/bin/setup-web.sh
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2035252</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 18 Jul 2023 04:46:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39136#comment-2035252</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034795&quot;&gt;Paul&lt;/a&gt;.

@Paul,

You&#039;re welcome! I&#039;m glad to hear that the issue has been resolved and that &lt;strong&gt;pgAdmin4&lt;/strong&gt; is now working in remote mode. It&#039;s often the case that minor settings adjustments can make a significant difference in resolving connectivity problems.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034795">Paul</a>.</p>
<p>@Paul,</p>
<p>You&#8217;re welcome! I&#8217;m glad to hear that the issue has been resolved and that <strong>pgAdmin4</strong> is now working in remote mode. It&#8217;s often the case that minor settings adjustments can make a significant difference in resolving connectivity problems.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2035251</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 18 Jul 2023 04:42:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39136#comment-2035251</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034793&quot;&gt;Paul&lt;/a&gt;.

@Paul,

If you are experiencing issues connecting to pgAdmin4 on a Debian virtual machine (VM) from another machine, make sure that the network configuration of the VM is correctly set to bridged mode, allowing it to obtain an IP address on the same network as your physical machine.

Check the firewall settings on the VM to make sure that port 80 or the port specified for pgAdmin4 is open in your firewall rules.

Also, check the web server logs for any errors or misconfigurations that might be causing the crash.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034793">Paul</a>.</p>
<p>@Paul,</p>
<p>If you are experiencing issues connecting to pgAdmin4 on a Debian virtual machine (VM) from another machine, make sure that the network configuration of the VM is correctly set to bridged mode, allowing it to obtain an IP address on the same network as your physical machine.</p>
<p>Check the firewall settings on the VM to make sure that port 80 or the port specified for pgAdmin4 is open in your firewall rules.</p>
<p>Also, check the web server logs for any errors or misconfigurations that might be causing the crash.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034795</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sun, 16 Jul 2023 12:55:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39136#comment-2034795</guid>

					<description><![CDATA[Finally it works in remote mode, it was just a matter of settings. A big thank-you.]]></description>
			<content:encoded><![CDATA[<p>Finally it works in remote mode, it was just a matter of settings. A big thank-you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/comment-page-1/#comment-2034793</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sun, 16 Jul 2023 12:45:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39136#comment-2034793</guid>

					<description><![CDATA[I followed the tutorial, everything works, however, when I try to connect from another machine, it crashes. I have a vmware on which a debian is installed, from the physical machine I tried to connect to the address &lt;code&gt;http://debian_ip_address_server/pgadmin4&lt;/code&gt;, unfortunately without result.]]></description>
			<content:encoded><![CDATA[<p>I followed the tutorial, everything works, however, when I try to connect from another machine, it crashes. I have a vmware on which a debian is installed, from the physical machine I tried to connect to the address <code>http://debian_ip_address_server/pgadmin4</code>, unfortunately without result.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
