Bug #868
[installation] Unknown id: postgres
| Status: | Closed | Start: | 04/27/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Packaging | |||
| Target version: | 0.3 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
I've started to install Foreman via sudo apt-get install foreman-pgsql. After answering question about database password, window with title Unknown id: postgres arised.
Retry doesn't seem to work.
Puppet installed on the same machine.
Associated revisions
Revision c774ec5a6f0f184bc778baec6210770405f14ac3
Fixes #868 - Fixed installation order of database dependencies
Signed-off-by: Jochen Schalanda <jochen@schalanda.name>
History
Updated by Ohad Levy about 2 years ago
- Status changed from New to Feedback
- Target version deleted (
0.3)
any chance you can try it with plain git source / nightly snapshot to see if its not related to packaging?
thanks
Updated by Jochen Schalanda about 2 years ago
- Category set to Packaging
- Assigned to set to Jochen Schalanda
I could reproduce the described error.
The problem here is that the PostgreSQL server is only being configured after foreman-pgsql or foreman is has been installed and the appropriate hook for creating the PostgreSQL user/database has been executed.
A quick workaround is installing the package postgresql before installing foreman-pgsql.
Updated by Jochen Schalanda about 2 years ago
- Status changed from Feedback to Ready For Testing
- Target version set to 0.3
Should be fixed in latest package in our testing repository.
@Grigory, please test if the error still occurs on your system with the latest package.
Updated by Jochen Schalanda about 2 years ago
- % Done changed from 0 to 100
Applied in changeset c774ec5a6f0f184bc778baec6210770405f14ac3.
Updated by Ohad Levy about 2 years ago
- Status changed from Ready For Testing to Closed
