- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Any
-
Assigned To
Emulatorman heckyel - Operating System All
- Severity High
- Priority Medium
- Reported Version Any
- Due in Version Milky Way v0.3
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Packages
Opened by heckyel - 12/05/2018
Last edited by Emulatorman - 25/07/2019
Opened by heckyel - 12/05/2018
Last edited by Emulatorman - 25/07/2019
FS#734 - [postgresql] creating directory Permission denied
In the File postgresql.install
the output is:
==> requires datadir /var/lib/data ==> run as user postgres: 'initdb -D /var/lib/data'
when it should be:
==> requires datadir /var/lib/postgres/data ==> run as user postgres: 'initdb -D /var/lib/postgres/data'
It may be necessary to change:
local datadir = "/var/lib/data"
to
local datadir = "/var/lib/postgres/data"
The comand for default fails:
creating directory /var/lib/data... initdb: could not create directory "/var/lib/data": Permission denied
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
replace:
to
on
https://git.hyperbola.info:50100/packages/extra.git/tree/postgresql/postgresql.install#n16
Reference:
- https://wiki.archlinux.org/index.php/PostgreSQL#Initial_configuration