do not recreate the database

This commit is contained in:
Claudia Agache
2020-07-07 18:34:02 +03:00
parent 0fe1259fad
commit 84210add1b

View File

@@ -145,8 +145,8 @@
</goals> </goals>
<configuration> <configuration>
<target> <target>
<echo>Recreating database...</echo> <!-- <echo>Recreating database...</echo>-->
<sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql> <!-- <sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql>-->
<chmod file="target/alf-installer.bin" perm="a+x" verbose="true" /> <chmod file="target/alf-installer.bin" perm="a+x" verbose="true" />
<echo>Installing Alfresco...</echo> <echo>Installing Alfresco...</echo>
<exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true"> <exec executable="${basedir}/target/alf-installer.bin" dir="target" failonerror="true">