Skip to content

Commit

Permalink
version 2.0.0-rc3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos committed Nov 17, 2015
1 parent cd5e0f0 commit ec3917d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A new version of the this tool, together with a [new version of the SIARD preser
## Download pre-compiled version

Binaries with all dependencies included:
* [dbptk-app v2.0.0-rc3.2.0](https://github.com/keeps/db-preservation-toolkit/releases/download/2.0.0-rc3.2.0/dbptk-app-2.0.0-rc3.2.0.jar) (pre-release, SIARD LOBs are supported, added Oracle support)
* [dbptk-app v2.0.0-rc3.1.0](https://github.com/keeps/db-preservation-toolkit/releases/download/2.0.0-rc3.1.0/dbptk-app-2.0.0-rc3.1.0.jar) (pre-release, SIARD still lacks LOBs and UDTs)
* [db-preservation-toolkit v1.0.1](https://github.com/keeps/db-preservation-toolkit/releases/download/v1.0.1/db-preservation-toolkit-1.0.1-jar-with-dependencies.jar)
* [db-preservation-toolkit v1.0.0](http://keeps.github.io/db-preservation-toolkit/db-preservation-toolkit-1.0.0-jar-with-dependencies.jar)
Expand Down Expand Up @@ -54,6 +55,14 @@ Import module: mysql
-ip, --import-password=value (required) the password of the user to use in connection
-ipn, --import-port-number=value (optional) the port that the MySQL server is listening
Import module: oracle
-is, --import-server-name=value (required) the name (or IP address) of the Oracle server
-idb, --import-database=value (required) the name of the database to use in the connection
-iu, --import-username=value (required) the name of the user to use in connection
-ip, --import-password=value (required) the password of the user to use in connection
-ipn, --import-port-number=value (required) the port that the Oracle server is listening
-ial, --import-accept-license (optional) declare that you accept OTN License Agreement, which is necessary to use this module
Import module: postgresql
-ih, --import-hostname=value (required) the name of the PostgreSQL server host (e.g. localhost)
-idb, --import-database=value (required) the name of the database to connect to
Expand Down Expand Up @@ -91,6 +100,15 @@ Export module: mysql
-ep, --export-password=value (required) the password of the user to use in connection
-epn, --export-port-number=value (optional) the port that the MySQL server is listening
Export module: oracle
-es, --export-server-name=value (required) the name (or IP address) of the Oracle server
-edb, --export-database=value (required) the name of the database to use in the connection
-eu, --export-username=value (required) the name of the user to use in connection
-ep, --export-password=value (required) the password of the user to use in connection
-epn, --export-port-number=value (required) the port that the Oracle server is listening
-eal, --export-accept-license (optional) declare that you accept OTN License Agreement, which is necessary to use this module
-esc, --export-source-schema=value (optional) the name of the source schema to export to the Oracle database. A schema with this name must exist in the Oracle database and it must be the default tablespace for the specified user. If omitted, the name of the first schema will be used
Export module: postgresql
-eh, --export-hostname=value (required) the name of the PostgreSQL server host (e.g. localhost)
-edb, --export-database=value (required) the name of the database to connect to
Expand Down
4 changes: 2 additions & 2 deletions dbptk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>dbptk-core</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-core</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions dbptk-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<name>dbptk-model</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-model</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Database Preservation Toolkit</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
<packaging>pom</packaging>
<description>A toolkit that allows data migration and conversion between database management systems formats and
digital preservation formats.
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-model</artifactId>
<version>2.0.0-rc3.1.0</version>
<version>2.0.0-rc3.2.0</version>
</dependency>
<dependency>
<groupId>com.databasepreservation</groupId>
Expand Down

0 comments on commit ec3917d

Please sign in to comment.