Bug 1008053 - Restore documentation doesn't reflect ability to specify filename
Summary: Restore documentation doesn't reflect ability to specify filename
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Documentation
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: brice
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-14 00:44 UTC by Naveen Malik
Modified: 2015-07-20 00:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build: CSProcessor Builder Version 1.12 Build Name: 18397, User Guide-null-1.0 Build Date: 29-08-2013 13:11:27 Topic ID: 18396-499812 [Latest]
Last Closed: 2013-10-17 13:28:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Naveen Malik 2013-09-14 00:44:31 UTC
Title: Restoring Application Snapshots

Describe the issue:
Documentation states:

"Even though you can save your application using a different filename, you cannot restore that application to a different name. That is, if your application name is "MyApp", you can save it as OurApp.tar.gz, but when you restore it you must use the original application name. "

But the next section "8.3. Migrating an Application to Another Gear" shows an example where you can specify the filename on a restore:

"rhc snapshot restore phpapp -f phpapp.tar.gz"

Suggestions for improvement:
Update restore documentation to note ability of specifying any filename for restoration.


Additional information:
Usage: rhc snapshot-restore <application> [--filepath FILE]

Restores a previously saved snapshot


Options
  -n, --namespace NAME      Namespace of the application you are restoring a snapshot
  -f, --filepath FILE       Local path to restore tarball
  -a, --app NAME            Application of which you are restoring a snapshot

Global Options
  -l, --rhlogin LOGIN       OpenShift login
  -p, --password PASSWORD   OpenShift password
  --token TOKEN             An authorization token for accessing your account.
  --server NAME             An OpenShift server hostname (default: openshift.redhat.com)
  --timeout SECONDS         The timeout for operations

  See 'rhc help options' for a full list of global options.


Note You need to log in before you can comment on or make changes to this bug.