Opened 9 years ago

Closed 9 years ago

#5310 closed defect (fixed)

Incorrect syntax in latest postgres docs

Reported by: ayleph Owned by:
Priority: major Milestone: 0.8.0
Component: documentation Keywords: docs, postgres
Cc: Jim Campbell Parent Tickets:

Description

A recent commit [1] introduced an error in the postgresql configuration. The docs say:

# su -u postgres

but this doesn't work as -u is not a valid switch to su (at least not my system and not on the system of ramsesHD who pointed this out to me on IRC). It seems the correct syntax should be

# su - postgres

[1] https://gitorious.org/mediagoblin/mediagoblin/commit/c3075e9178a073586f5b2eb0a91e822398e6abf1

Change History (1)

comment:1 by Boris Bobrov, 9 years ago

Resolution: fixed
Status: newclosed

thank you, fixed in f6d1b29

Note: See TracTickets for help on using tickets.