Juan Hernandez has posted comments on this change. Change subject: core: Don't try to modify template0 ......................................................................
Patch Set 3: Fails; Do not submit While this patch works fine for local database installation, it doesn't work for remote database as Ohad pointed out. The reason is not the check for the presence of the UUID extension, but the fact that for PostgreSQL 8 there is no way to create the extension remotely, it has to be created locally running a .sql script. They way this works now is that the extension is manually created in template1 by the database administrator, then we check that it is there and create the engine database as a copy from template1. -- To view, visit http://gerrit.ovirt.org/8926 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I646702a3af5013a8950f45fa507ceb29796583e1 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
