Not able to update license key for pro

hi ,

i am trying to use at command line as

–pro-license-key=**************************

got error as No such file or directory.

not working adding into liquibase.properties file

pls help me in this regard

Regards
ramesh

Hi @kalyandrug ,

There are two ways to apply the Liquibase Pro license key:

  1. Include the Liquibase Pro license key liquibaseProLicenseKey: [paste the Liquibase Pro license key] in your liquibase.properties file and save it. For example:
liquibaseProLicenseKey: aei76ou32thp785463214
  1. Pass the Liquibase Pro license key as an argument in the command line during runtime: liquibase --liquibaseProLicenseKey=[paste the Liquibase Pro license key] [command] . For example:
liquibase --liquibaseProLicenseKey=aei76ou32thp785463214 update

You can find a document which explains these ways in a video on how you can set up your Liquibase License Pro Key: How to Apply Your Liquibase Pro License Key| Liquibase Docs