From 31bff02a97e7a9e16d7599bf6cc0fe954438fe03 Mon Sep 17 00:00:00 2001 From: eegeek Date: Sat, 2 Jun 2012 14:28:48 +0000 Subject: [PATCH] run-ddl, run-sql symadmin syntax change. --- symmetric/symmetric-assemble/src/docbook/tutorial.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/symmetric/symmetric-assemble/src/docbook/tutorial.xml b/symmetric/symmetric-assemble/src/docbook/tutorial.xml index 4bb1526bf6..398cfdacdd 100644 --- a/symmetric/symmetric-assemble/src/docbook/tutorial.xml +++ b/symmetric/symmetric-assemble/src/docbook/tutorial.xml @@ -147,7 +147,7 @@ registration.url=http://localhost:8080/sync/server]]> Create the sample tables in the server database by executing the following command: - ../bin/symadmin --engine server --run-ddl create_sample.xml + ../bin/symadmin --engine server run-ddl create_sample.xml Note that the warning messages from the command are safe to ignore. @@ -156,13 +156,13 @@ registration.url=http://localhost:8080/sync/server]]> synchronization. The following command uses the auto-creation feature to create all the necessary SymmetricDS system tables. - ../bin/symadmin --engine server --auto-create + ../bin/symadmin --engine server create-sym-tables Finally, load the sample data and configuration into the server node database by executing: - ../bin/symadmin --engine server --run-sql insert_sample.sql + ../bin/symadmin --engine server run-sql insert_sample.sql @@ -175,7 +175,7 @@ registration.url=http://localhost:8080/sync/server]]> Create the sample tables in the client database by executing: - ../bin/symadmin --engine client --run-ddl create_sample.xml + ../bin/symadmin --engine client run-ddl create_sample.xml Note that the warning messages from the command are safe to ignore.