A JHipster blueprint that helps you upgrade between JHipster versions.
This is a JHipster blueprint, that is meant to be used in a JHipster application.
For this JHipster blueprint, we expect you have an JHipster generated application.
To install or update this blueprint:
npm install -g generator-jhipster-migrate
To use this blueprint, run the command:
jhipster-migrate
A wizard/advanced mode is available running the command below:
jhipster-migrate --verbose
Custom CLI argments is allowed using CLI or prompts (using --verbose
).
jhipster-migrate --target-cli-options "--db postgresql"
The upgrade process can be paused in the middle to allow you to change configurations like updating the database type. Usage:
jhipster-migrate --verbose
3-way merge diff is supported differently from jhipster upgrade
.
It can be optionally enable using:
jhipster-migrate --verbose
A tool that merges package.json
files can be optionally enabled using:
jhipster-migrate --verbose