<div dir="ltr"><div><div><div>I've followed instructions at <a href="http://designate.readthedocs.org/en/latest/getting-started.html#development-environment">http://designate.readthedocs.org/en/latest/getting-started.html#development-environment</a> to build and launch designate in a redhat 6.5 VM.<br><br></div>I was able to install it (with some minor changes) but when trying to start designate, the first command failed:<br><b style="font-weight:normal" id="docs-internal-guid-6e3cd95e-4a5d-ddec-8728-ddd95ece6c7e"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">designate-manage database sync<br></span></b><br><br>In the first execution, designate raises this error:<br><b style="font-weight:normal" id="docs-internal-guid-6e3cd95e-4a5e-a881-7771-2aea148d6828"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-06-30 12:04:08.874 26704 INFO migrate.versioning.api [designate-manage - - - - -] 46 -> 47... </span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-06-30 12:04:09.456 26704 CRITICAL designate [designate-manage - - - - -] OperationalError: (OperationalError) no such column: reverse_name u'UPDATE recordsets SET reverse_name=reverse(<a href="http://recordsets.name">recordsets.name</a>)' ()</span></p></b><br class=""></div><div>If I reexecute this command, it changes slightly but it fails in the same step (46 -> 47):<br><b style="font-weight:normal" id="docs-internal-guid-6e3cd95e-4a5e-f2f9-3e7e-750b4a5deb89"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-06-30 12:04:23.359 26715 INFO migrate.versioning.api [designate-manage - - - - -] 46 -> 47... </span></p><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-06-30 12:04:23.365 26715 CRITICAL designate [designate-manage - - - - -] OperationalError: (OperationalError) duplicate column name: reverse_name u"\nALTER TABLE domains ADD reverse_name VARCHAR(255) DEFAULT ''" ()</span></b><br> </div><br class="">It looks like a problem in the database scripts. Any fix for this?<br><br><br></div><div>Today I installed devstack in a Ubuntu VM, with designate support, and it does work. Apparently both are using the same source code for designate. Could it be related to the operating system? <b style="font-weight:normal" id="docs-internal-guid-6e3cd95e-4a5d-ddec-8728-ddd95ece6c7e"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"></span></b></div></div>