1

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.
timo.rieber
  • 3,727
  • 3
  • 32
  • 47

1 Answers1

1

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.