I'm trying to save an App snapshot on OpenShift, however it complains that my application isn't found. When I type rhc apps my application is correctly listed, not sure what I could be doing wrong.

For example:

appname @ http://appname-domain.rhcloud.com

when I run rhc snapshot save -a appname, I get:

Application 'appname' not found.
有帮助吗?

解决方案

If the application is not in your default namespace, then you will need to add the -n option to your rhc snapshot save command. That could be your issue.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top