<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CharlieSchwab</title>
    <description>The latest articles on DEV Community by CharlieSchwab (@charlieschwab).</description>
    <link>https://dev.to/charlieschwab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F558460%2Fb5f9aba5-6b0e-4696-86c7-9c55baa9564e.png</url>
      <title>DEV Community: CharlieSchwab</title>
      <link>https://dev.to/charlieschwab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/charlieschwab"/>
    <language>en</language>
    <item>
      <title>Postgres Authentication Problem</title>
      <dc:creator>CharlieSchwab</dc:creator>
      <pubDate>Wed, 13 Jan 2021 06:18:33 +0000</pubDate>
      <link>https://dev.to/charlieschwab/postgres-authentication-problem-58nn</link>
      <guid>https://dev.to/charlieschwab/postgres-authentication-problem-58nn</guid>
      <description>&lt;p&gt;Hello, everyone.&lt;br&gt;
I'm new to this community. I don't know if my first post should have been an introduction of myself.&lt;br&gt;
But currently I've got a pressing matter at hand.&lt;br&gt;
I've searched stackoverflow and almost all documents google could provide. Still my problem is unsolved.&lt;br&gt;
I'm trying to run a server on VPS.&lt;br&gt;
The user and database is created. And I've configured the authentication method into md5 in the following file.&lt;/p&gt;

&lt;p&gt;/etc/postgresql/12/main/pg_hba.conf&lt;/p&gt;

&lt;p&gt;Yet, when I try to login with the following URL, I get an error&lt;br&gt;
[password authentication failed for user "username"]&lt;/p&gt;

&lt;p&gt;DATABASE_URL=postgres://username:@localhost/dbname&lt;/p&gt;

&lt;p&gt;Please help me solve this problem.&lt;/p&gt;

</description>
      <category>postgres</category>
    </item>
  </channel>
</rss>
