postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
postgresql [2023/02/21 08:09] – Complete page transition to DokuWiki eviepostgresql [2023/08/11 22:25] evie
Line 6: Line 6:
  
 <WRAP center round important 60%> <WRAP center round important 60%>
-Until post-install scripts are implemented into Bulge, you are required to manually make the directories and users for PostgreSQL. (This is only required if you'd like to use the PostgreSQL server)+If you're intending to run the PostgreSQL server, be sure to either reboot or run ''systemd-sysusers'' & ''systemd-tmpfiles --create'' before doing so.
 </WRAP> </WRAP>
-  
- 
-<code> 
-groupadd -g 41 postgres 
-useradd  -c "PostgreSQL Server" -g postgres -d /srv/pgsql/data \  
-         -u 41 postgres  
- 
-install -v -dm700 /srv/pgsql/data 
-install -v -dm755 /run/postgresql 
- 
-chown -Rv postgres:postgres /srv/pgsql /run/postgresql 
-</code> 
  
 ===== Initial Configuration ===== ===== Initial Configuration =====
  • postgresql.txt
  • Last modified: 2023/08/11 22:50
  • by evie