<?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 PgAdmin 4 Debian 10	</title>
	<atom:link href="https://www.tecmint.com/install-pgadmin-debian-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-pgadmin-debian-10/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 18 May 2021 09:15:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1492430</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 18 May 2021 09:13:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33862#comment-1492430</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1492375&quot;&gt;Delphine&lt;/a&gt;.

@Delphine,

The problem occurs due to the missing repository for pgadmin in your local machine. To solve the issue, do the following below;
&lt;pre&gt;
# curl https://www.pgadmin.org/static/packages_pgadmin_org.pub &#124; sudo apt-key add
# sudo sh -c &#039;echo &quot;deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main&quot; &#062; /etc/apt/sources.list.d/pgadmin4.list&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1492375">Delphine</a>.</p>
<p>@Delphine,</p>
<p>The problem occurs due to the missing repository for pgadmin in your local machine. To solve the issue, do the following below;</p>
<pre>
# curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
# sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" &gt; /etc/apt/sources.list.d/pgadmin4.list'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Delphine		</title>
		<link>https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1492375</link>

		<dc:creator><![CDATA[Delphine]]></dc:creator>
		<pubDate>Tue, 18 May 2021 05:44:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33862#comment-1492375</guid>

					<description><![CDATA[I have this message:

Unable to find the pgadmin4-apache2 package.

Any suggestions, please?]]></description>
			<content:encoded><![CDATA[<p>I have this message:</p>
<p>Unable to find the pgadmin4-apache2 package.</p>
<p>Any suggestions, please?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1367105</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 25 Sep 2020 07:41:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33862#comment-1367105</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1366998&quot;&gt;vlad&lt;/a&gt;.

@vlad

I don&#039;t think you can bypass the login feature. The only way is to use the password recovery feature which can only work if you have a working mail service.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1366998">vlad</a>.</p>
<p>@vlad</p>
<p>I don&#8217;t think you can bypass the login feature. The only way is to use the password recovery feature which can only work if you have a working mail service.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vlad		</title>
		<link>https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1366998</link>

		<dc:creator><![CDATA[vlad]]></dc:creator>
		<pubDate>Thu, 24 Sep 2020 21:20:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33862#comment-1366998</guid>

					<description><![CDATA[Please help me...

After the installation, I have lost the password for pgAdmin 4.

Tell me how to bypass registration on the page &lt;code&gt;http://localhost/pgadmin4&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>Please help me&#8230;</p>
<p>After the installation, I have lost the password for pgAdmin 4.</p>
<p>Tell me how to bypass registration on the page <code>http://localhost/pgadmin4</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bo		</title>
		<link>https://www.tecmint.com/install-pgadmin-debian-10/comment-page-1/#comment-1360136</link>

		<dc:creator><![CDATA[Bo]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 17:21:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33862#comment-1360136</guid>

					<description><![CDATA[Aaron,

Two days ago, we are unable to run &lt;strong&gt;pgAdmin4&lt;/strong&gt; on my &lt;strong&gt;18.04.5 LTS&lt;/strong&gt; server.   I was presented with a &quot;blank&quot; page after login. We tried different browsers on different OS with the same issue.  I posted the issue in the pgadmin-support list group, with the subject title &quot;pgAdmin4 presents blank screen after login.&quot;

One response from the community asked me to send in the pgAdmin4.log file by enabling the logging per instruction https://www.pgadmin.org/faq/#8.  

But unfortunately, I could not locate where &quot;config.py&quot; was or where pgAdmin was installed.  I&#039;d highly appreciate it if you could provide some pointer to either this issue or where I may turn on the logging.

Cheers,

Bo]]></description>
			<content:encoded><![CDATA[<p>Aaron,</p>
<p>Two days ago, we are unable to run <strong>pgAdmin4</strong> on my <strong>18.04.5 LTS</strong> server.   I was presented with a &#8220;blank&#8221; page after login. We tried different browsers on different OS with the same issue.  I posted the issue in the pgadmin-support list group, with the subject title &#8220;pgAdmin4 presents blank screen after login.&#8221;</p>
<p>One response from the community asked me to send in the pgAdmin4.log file by enabling the logging per instruction <a target="_blank" href="https://www.pgadmin.org/faq/#8" rel="nofollow ugc">https://www.pgadmin.org/faq/#8</a>.  </p>
<p>But unfortunately, I could not locate where &#8220;config.py&#8221; was or where pgAdmin was installed.  I&#8217;d highly appreciate it if you could provide some pointer to either this issue or where I may turn on the logging.</p>
<p>Cheers,</p>
<p>Bo</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
