Manually change Liquibase License Tracking user or URL
You may need to change a Liquibase License Tracking user because someone new is onboarding, or you may need to change the URL because your database has changed.
Procedure
Change the user
Problem to solve: Your user is currently named John, but you need to change it to Jane.
1
Open the CLI and navigate to where your Liquibase project is located.
2
Run this command in the CLI:
liquibase –license-utility-enabled=true
–license-utility-url=https://localhost:9090
–license-utility-log-level severe –log-level-severe
–license-utility-tracking-id jane
3
Change the URL
Problem to solve: Your database is currently Postgres, but you need to change it to SQL Server.
Open the CLI and navigate to where your Liquibase project is located.
4
Run this command in the CLI:
liquibase –license-utility-enabled=true
–license-utility-url=https://localhost:9090
–license-utility-log-level severe –log-level-severe
–license-utility-tracking-id jane
Results
The user and URL are changed successfully.