<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.liberasys.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.liberasys.com/feed.php">
        <title>WIKI Liberasys pgsql-create-db-user</title>
        <description></description>
        <link>https://wiki.liberasys.com/</link>
        <image rdf:resource="https://wiki.liberasys.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-24T15:58:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.liberasys.com/doku.php?id=pgsql-create-db-user:postgresql_create_database_user&amp;rev=1684832165&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.liberasys.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>WIKI Liberasys</title>
        <link>https://wiki.liberasys.com/</link>
        <url>https://wiki.liberasys.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.liberasys.com/doku.php?id=pgsql-create-db-user:postgresql_create_database_user&amp;rev=1684832165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-23T08:56:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pgsql-create-db-user:postgresql_create_database_user</title>
        <link>https://wiki.liberasys.com/doku.php?id=pgsql-create-db-user:postgresql_create_database_user&amp;rev=1684832165&amp;do=diff</link>
        <description>Postgresql create database user

Autoriser les connections authentifiées en local pour posgresql



export PGSQL_DB_NAME=db_mydbname
export PGSQL_USERNAME=myusername
export PGSQL_USERPWD=mypassword


apt install postgresql
cp -a /etc/postgresql/13/main/pg_hba.conf /etc/postgresql/13/main/pg_hba.conf_
sed -i &quot;s/local   all             all                                     peer/local   all             all                                     md5/g&quot; /etc/postgresql/11/main/pg_hba.conf
service post…</description>
    </item>
</rdf:RDF>
