Difference between revisions of "PostgreSQL data directory"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  sed -i s"/\/var\/lib\/postgresql\/14\/main"/"\/data"/ /etc/postgresql/*/main/[[postgresql.conf]]
 
  sed -i s"/\/var\/lib\/postgresql\/14\/main"/"\/data"/ /etc/postgresql/*/main/[[postgresql.conf]]
  
  Feb 15 11:12:24 ip-10-12-1-184 postgresql@14-main[10891]: Error: Data directory /data [[must not be owned by root]]
+
  Feb 11 11:12:24 ip-10-12-1-184 postgresql@14-main[10891]: Error: Data directory /data [[must not be owned by root]]
 +
 
 +
Feb 11 11:24:33 ip-10-12-1-79 postgresql@14-main[9806]: [[pg_ctl]]: directory "/data" is not a database cluster directory
  
  

Revision as of 11:25, 15 February 2023


sed -i s"/\/var\/lib\/postgresql\/14\/main"/"\/data"/ /etc/postgresql/*/main/postgresql.conf
Feb 11 11:12:24 ip-10-12-1-184 postgresql@14-main[10891]: Error: Data directory /data must not be owned by root
Feb 11 11:24:33 ip-10-12-1-79 postgresql@14-main[9806]: pg_ctl: directory "/data" is not a database cluster directory


data_directory
data_directory = '/var/lib/postgresql/10/main'

postgresql.conf

Advertising: