Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The following is the 4.1 DatabaseCreator's usage: (this will change slightly for 4.2)

Wiki MarkupDatabaseCreator creates the database schema by removing the previous schema, creating the schema, and running  hrough the database updaters. Usage: DatabaseCreator \[options\] \and running  through the database updaters.
Usage: DatabaseCreator [options] [db.properties file\] \ [schema.sql files\] \ [database upgrade class\]
Options:    \
   --database=a,b comma separate databases to initialize, use the db name in db.properties defined as db.xyz.host, xyz should be passed    \passed
   --rootpassword=password, by default it will try with an empty password    \password
   --dry or \ -d, this would not run any process, just does a dry run    \run
   --verbose or \ -v to print running sql commands, by default it won't print them    \them
   --help or \ -h for help help