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
Sometimes I would like to delete an app in the CapRover console, knowing that I can easily re-create the app in future. It's OK if the app has a standard configuration, but particularly for those with a complex setup (like persistent directories, env vars, websockets, etc), it would be really good to have a "save app config" option, and then a "restore app config" option when creating a new app or even editing an existing app.
This would possibly just amount to saving/restoring a json file that contains just that particular app's entry in the appDefinitions part of the config-captain.json file (perhaps without any config that relates to tracking state, like versionsdeployedVersion, nodeId, and networks)? Of course, in the meantime I can extract and store the relevant appDefinition myself for future reference, before deleting the app, but having this ability in the UI would be good.
EDIT: I'm not talking about the global backup/restore already available, but a per-app feature which can be done as-and-when you need.
The text was updated successfully, but these errors were encountered:
Sometimes I would like to delete an app in the CapRover console, knowing that I can easily re-create the app in future. It's OK if the app has a standard configuration, but particularly for those with a complex setup (like persistent directories, env vars, websockets, etc), it would be really good to have a "save app config" option, and then a "restore app config" option when creating a new app or even editing an existing app.
This would possibly just amount to saving/restoring a json file that contains just that particular app's entry in the
appDefinitions
part of theconfig-captain.json
file (perhaps without any config that relates to tracking state, likeversions
deployedVersion
,nodeId
, andnetworks
)? Of course, in the meantime I can extract and store the relevantappDefinition
myself for future reference, before deleting the app, but having this ability in the UI would be good.EDIT: I'm not talking about the global backup/restore already available, but a per-app feature which can be done as-and-when you need.
The text was updated successfully, but these errors were encountered: