You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
If you capture the modules-db of an App Builder application, that will also capture the REST api properties directly out of the database. If you try to deploy that as is to somewhere else, Roxy will stop you saying the properties are in old format. Related to #188.
The capture should instead use the REST api to retrieve the properties in their correct format. This does require knowing the port number. That can be derived from the server name of the App Builder application. The modules-db can also be derived from that server name. The capture command would become:
ml local capture --app-builder=my-app-builder-app
The text was updated successfully, but these errors were encountered:
If you capture the modules-db of an App Builder application, that will also capture the REST api properties directly out of the database. If you try to deploy that as is to somewhere else, Roxy will stop you saying the properties are in old format. Related to #188.
The capture should instead use the REST api to retrieve the properties in their correct format. This does require knowing the port number. That can be derived from the server name of the App Builder application. The modules-db can also be derived from that server name. The capture command would become:
The text was updated successfully, but these errors were encountered: