Actions
Bug #38389
closedPassing --reset-data when no database exists fails
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
-
Difficulty:
Triaged:
No
Description
On a fresh installation passing --reset-data fails, but you can argue it shouldn't because the goal is already achieved.
dnf -y install foreman-installer postgresql-server postgresql-setup --initdb systemctl enable --now postgresql.service foreman-installer --reset-data
Actions