Bug #868
closed[installation] Unknown id: postgres
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.
Updated by Ohad Levy over 13 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 over 13 years ago
- Category set to Packaging
- Assignee 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 over 13 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 over 13 years ago
- % Done changed from 0 to 100
Applied in changeset c774ec5a6f0f184bc778baec6210770405f14ac3.
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed