Talk:PostgreSQL: Difference between revisions

imported>Maikelthedev
TCP/IP version misses the local auth and can't run
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The instructions are incomplete and lead to a systm that never runs because is missing the local part. This is what worked for me.  
The instructions are incomplete and lead to a systm that never runs because is missing the local part. This is what worked for me.  


<pre>
   services.postgresql = {
   services.postgresql = {
     settings = {
     settings = {
Line 13: Line 14:
     '';
     '';
   };
   };
</pre>


if you just do the part that accepts TCP connections WITHOUT the local, it just doesn't run because it is missing it.
if you just do the part that accepts TCP connections WITHOUT the local, it just doesn't run because it is missing it.
== Best place to discuss backups ==
Is this page an appropriate place to mention using a program like <nowiki><code>pgbackrest</code></nowiki> to perform backups, or would a separate page be better? [[User:Technius|Technius]] ([[User talk:Technius|talk]]) 20:30, 1 February 2026 (UTC)
Return to "PostgreSQL" page.