{"id":30039681,"url":"https://github.com/manticore-projects/h2migrationtool","last_synced_at":"2025-08-07T01:49:12.877Z","repository":{"id":130375522,"uuid":"296070150","full_name":"manticore-projects/H2MigrationTool","owner":"manticore-projects","description":"A software tool for migration of an old H2 database into a new H2 database format automatically.","archived":false,"fork":false,"pushed_at":"2024-08-11T15:53:34.000Z","size":63456,"stargazers_count":31,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-12T16:19:27.739Z","etag":null,"topics":["h2","h2-database","migration","script","sql","upgrade"],"latest_commit_sha":null,"homepage":"https://manticore-projects.com/H2MigrationTool/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manticore-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-16T15:16:25.000Z","updated_at":"2024-08-11T15:53:37.000Z","dependencies_parsed_at":"2024-03-09T01:40:59.679Z","dependency_job_id":"d3f17e7e-3b94-4b30-a4f0-09f0c204aecf","html_url":"https://github.com/manticore-projects/H2MigrationTool","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/manticore-projects/H2MigrationTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticore-projects%2FH2MigrationTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticore-projects%2FH2MigrationTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticore-projects%2FH2MigrationTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticore-projects%2FH2MigrationTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manticore-projects","download_url":"https://codeload.github.com/manticore-projects/H2MigrationTool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manticore-projects%2FH2MigrationTool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185784,"owners_count":24374633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["h2","h2-database","migration","script","sql","upgrade"],"created_at":"2025-08-07T01:49:08.060Z","updated_at":"2025-08-07T01:49:12.843Z","avatar_url":"https://github.com/manticore-projects.png","language":"Java","readme":"# H2MigrationTool [**WebSite**](http://manticore-projects.com/H2MigrationTool/index.html)\n\n[![Maven](https://badgen.net/maven/v/maven-central/com.manticore-projects.tools/h2migrationtool)](https://mvnrepository.com/artifact/com.manticore-projects.tools/h2migrationtool) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/f9024986ff4c44199119b3f63ad18f73)](https://app.codacy.com/gh/manticore-projects/H2MigrationTool/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Coverage Status](https://coveralls.io/repos/github/manticore-projects/H2MigrationTool/badge.svg?branch=master)](https://coveralls.io/github/manticore-projects/H2MigrationTool?branch=master) [![License](https://img.shields.io/badge/License-GPL-blue)](#LICENSE)\n[![issues - H2MigrationTool](https://img.shields.io/github/issues/manticore-projects/H2MigrationTool)](https://github.com/manticore-projects/H2MigrationTool/issues)\n\n\nA software tool for migration of an old H2 database into a new H2 database format automatically. [Online Version is available.](http://h2migrationtool.manticore-projects.com)\n\n[GitHub](https://github.com/manticore-projects/H2MigrationTool) [WebSite](http://manticore-projects.com/H2MigrationTool/README.html)\n\n## Usage\n\nMigration\n\n```man\njava -jar H2MigrationTool.jar -l \u003carg\u003e -f \u003carg\u003e -t \u003carg\u003e -d \u003carg\u003e\n       [-u \u003carg\u003e] [-p \u003carg\u003e] [-s \u003carg\u003e] [-c \u003carg\u003e] -o \u003carg\u003e [--force] [-h]\n -l,--lib-dir \u003carg\u003e        Folder containing the H2 jar files.\n -f,--version-from \u003carg\u003e   Old H2 version of the existing database.\n -t,--version-to \u003carg\u003e     New H2 version to upgrade to.\n -d,--db-file \u003carg\u003e        The existing H2 database (old format).\n -u,--user \u003carg\u003e           The database username.\n -p,--password \u003carg\u003e       The database password.\n -s,--script-file \u003carg\u003e    The export script file.\n -c,--compression \u003carg\u003e    The Compression Method [ZIP, GZIP]\n -o,--options \u003carg\u003e        The upgrade options [VARIABLE_BINARY]\n    --force                Overwrite files and continue on failure.\n -h,--help                 Show the help message.\n```\n\nRecovery\n\n```man\nusage: java -cp H2MigrationTool.jar com.manticore.Recovery [-l \u003carg\u003e] -f\n       \u003carg\u003e -d \u003carg\u003e [-h]\n -l,--lib-dir \u003carg\u003e        (Relative) Folder containing the H2 jar files.\n -f,--version-from \u003carg\u003e   H2 version of the existing database.\n -d,--db-file \u003carg\u003e        The (relative) existing H2 database file.\n -h,--help                 Show the help message.\n```\n\n## Examples\n\n```bash\njava -jar H2MigrationTool.jar -l /home/are/Downloads/h2-libs                        \\\n                              -f 1.4.199 -t 2.0.201 -d /home/are/.manticore/riskbox \\\n                              -c ZIP -o VARIABLE_BINARY                             \\\n                              --force\n\njava -cp H2MigrationTool.jar com.manticore.Recovery                                 \\\n                              -f 1.3.176 -d /home/are/.manticore/riskbox.h2.db      \\\n```\n\n## Graphical User Interface\n\n![image](https://user-images.githubusercontent.com/18080123/120748212-9bea7980-c52c-11eb-96f0-101f0e47e3eb.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticore-projects%2Fh2migrationtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanticore-projects%2Fh2migrationtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanticore-projects%2Fh2migrationtool/lists"}