Opened 6 years ago
Closed 6 years ago
#1484674 closed Bugs (fixed)
[PATCH] Postgres db setup instructions in INSTALL inconsistent
| Reported by: | tvk | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Documentation | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The instructions in the INSTALL file that comes with the RoundCube distribution contain a small error in the section concerning the installation with a Postgres database: they are inconsistent on how the database user is to be called - you are instructed to create the user as 'roundcubemail' but it is then referred to as 'roundcube'. Thus, just copying&pasting the commands from the documentation will not work here.
The attached patch fixes this, plus adds a reference to the wiki and clarifies the CONFIG section.
Attachments (1)
Change History (2)
Changed 6 years ago by tvk
comment:1 Changed 6 years ago by thomasb
- Milestone set to 0.1-stable
- Resolution set to fixed
- Status changed from new to closed
Applied to trunk in [a898459b]
Note: See
TracTickets for help on using
tickets.

patch to fix this, against r921