Alex Lourie has uploaded a new change for review. Change subject: packaging: setup: clear instructions for creating remote DB ......................................................................
packaging: setup: clear instructions for creating remote DB Change-Id: I67822260ebb963e6be1fd94921a1456b5a1ecf3b Bug-Url: https://bugzilla.redhat.com/1021560 Signed-off-by: Alex Lourie <[email protected]> --- M packaging/ovirt-engine-dwh-setup.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/76/20576/1 diff --git a/packaging/ovirt-engine-dwh-setup.py b/packaging/ovirt-engine-dwh-setup.py index 6909b1a..7fbca66 100755 --- a/packaging/ovirt-engine-dwh-setup.py +++ b/packaging/ovirt-engine-dwh-setup.py @@ -180,7 +180,9 @@ 'and the database in the following fashion:\n' '\tcreate role <role> with login ' 'encrypted password <password>;\n' - '\tcreate ovirt_engine_history owner <role>;\n' + '\tcreate database template template0 encoding ' + '"UTF8" lc_collate "en_US.UTF-8" lc_ctype "en_US.UTF-8" ' + 'ovirt_engine_history owner <role>;\n' ) dbhost = utils.askQuestion( -- To view, visit http://gerrit.ovirt.org/20576 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I67822260ebb963e6be1fd94921a1456b5a1ecf3b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
