Commit Graph

23 Commits

Author SHA1 Message Date
Maria Bermudez 9f659a4089
Update header for example tar 2019-05-06 22:48:00 -07:00
Nathan Jones bea1794766 Fixed syntax error (#8732)
* Fixed syntax error

Last edit to the REPLICA_ID command introduced a syntax error by adding an extra ')'. Removed it.

* Fix replica ID setting examples

- Accept suggestion from @thajeztah based on product testing
- Apply change to page examples
- Remove NFS backup example based on the following errors: 
tar: /var/lib/docker/volumes/dtr-registry-nfs-36e6bf87816d: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
2019-05-06 20:42:27 -07:00
Maria Bermudez 6811ba35ac
Standardize replica setting
- Update commands for creating tar files for local and NFS-mounted images
2019-04-23 17:50:30 -06:00
Maria Bermudez f46ab31e36
Minor edits (#8708)
* Minor edits

- Standardized setting of replica ID as per @caervs 
- Fix broken link

* Consistency edits

- Standardized setting of replica ID
- Added note that this command only works on Linux
2019-04-23 17:35:21 -06:00
Maria Bermudez c8d69feb3e Fix syntax error which caused the master build to fail 2019-04-22 18:16:45 -06:00
Maria Bermudez d092c823ec
Merge branch 'published' into master 2019-04-19 17:56:37 -06:00
Maria Bermudez e1427b71ec
Minor fix 2019-04-19 11:16:21 -06:00
Nathan Jones e5bec55d38 Trying to fix command rendering of '--format "{{ .Names }}"' (#8677)
* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Update concatenated to chained
2019-04-19 18:32:50 +02:00
Maria Bermudez e0dc289650
Sync published with master (#8673)
* Revert "Netlify redirects interlock (#8595)"

This reverts commit a7793edc74.

* UCP Install on Azure Patch (#8522)

* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect
2019-04-19 02:21:08 +02:00
Nathan Jones 7136a91ebd Improved backup commands (#8597)
* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits
2019-04-19 01:30:36 +02:00
Maria Bermudez bf746b4529 Storage backend data migration updates
Fix incorrect API command, add backup updates

Update incorrect commands
2019-04-02 18:07:11 -07:00
Maria Bermudez faf1e52357 Incorporated technical feedback
Update based on session with Ada and Ryan

Discourage use of NFS storage URL flag

Additional section on storage backend switch

Discourage NFS storage URL option for now

Polish on necessary storage backend updates

Final technical edits

Fix crud on DTR release notes page

Update note on storage links
2019-03-08 09:29:51 -08:00
Maria Bermudez e5f417debf Add tip on finding DTR replica ID 2019-02-14 20:56:02 -08:00
Maria Bermudez c9666bc05f
Update create-a-backup.md 2019-01-17 12:50:48 -08:00
Maria Bermudez c48ecb4bad Add screenshot for backup warning, minor edits 2019-01-14 19:36:09 -08:00
Andy Clemenko ff38e269b2
Clean up Data backup command
The restore procedure was incorrect. Simplifying the command to work with the restore.
2018-09-27 10:22:41 -04:00
Joao Fernandes 37bb31c591 Fix usage of {% raw%} 2018-04-23 16:28:27 -07:00
Derrick Miller d4474a39ef Removing unnecessary -z flag on tar command.
To extract a tar file, you only need `tar -xf`. The `-z` is only needed for gzipped files. The default local storage DTR backup file format is just .tar.
2018-04-23 16:28:27 -07:00
Alex Seymour 8ae3323fe2 Fix broken references to DTR architecture docs 2018-04-23 10:41:01 -07:00
Alex Seymour 432ed2f215 Fix broken link to DTR 2.5 CLI backup docs (#6474) 2018-04-18 15:56:34 -07:00
Jim Galasyn 9b129ee054 Revert template tags in DTR topics (#598) 2018-04-16 13:31:24 -07:00
Joao Fernandes 30b5aed100 Add note about restoring with NFS (#553) 2018-04-16 13:31:24 -07:00
Joao Fernandes 9a4fdf9476 /enterprise -> /ee (#415)
* /enterprise -> /ee
* /datacenter/dtr/2.5 -> /ee/dtr/
* /datacenter/ucp/3.0->/ee/ucp
* Fix configs
* Fix broken images
* Remove unused images for DTR
* Remove unused images for UCP
* Add a few redirects to avoid breaking beta exercises
2018-04-16 13:31:24 -07:00