Skip to content

ConfigHubPub/Database-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfigHub Database Manager Build Status

Before upgrading ConfigHub instances to the latest version, DBManager will upgrade your database schema to the latest version. ConfigHub instances starting with version 1.8 will require you to upgrade the schema using Database Manager before they will run.

Build:

./gradlew clean build jar

Run:

java -jar build/libs/ConfigHubDBManager-1.9.2.jar [parameters]

Usage:

parameters [-hV] -t <databaseType> -r <databaseUrl> -u <username> -p <password>

  -h, --help                Show this help message and exit.
  -t, --url=<databaseType>  Database types: oracle, postgresql, mysql
  -r, --url=<databaseUrl>   Database URL.  Ex: jdbc:postgresql://127.0.0.1:5432/ConfigHub
  -u, --user=<username>     Database username
  -p, --password=<password> Database password
  -V, --version             Print version information and exit.

About

Manage ConfigHub database migration to the latest version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages