-
Notifications
You must be signed in to change notification settings - Fork 57
Add compression vars to backup proc for Containerized installation #3381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Docs - Containerized installation - Document use of compression when performing a backup https://issues.redhat.com/browse/AAP-39129
EMcWhinn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments otherwise LGTM
|
|
||
| . Go to the {PlatformName} installation directory on your {RHEL} host. | ||
|
|
||
| . To control compression of the backup artifacts before they are sent to the host running the backup operation you can use the following variables in your inventory file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| . To control compression of the backup artifacts before they are sent to the host running the backup operation you can use the following variables in your inventory file: | |
| . To control compression of the backup artifacts before they are sent to the host running the backup operation, you can use the following variables in your inventory file: |
|
|
||
| | `automationgateway_verify_ssl` | ||
| | | ||
| | Denotes whether or not to verify {Gateway}'s web certificates when making calls from {Gateway} to itself during installation. Set to false to disable web certificate verification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | Denotes whether or not to verify {Gateway}'s web certificates when making calls from {Gateway} to itself during installation. Set to false to disable web certificate verification. | |
| | Denotes whether or not to verify {Gateway}'s web certificates when making calls from {Gateway} to itself during installation. Set to `false` to disable web certificate verification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this! will update
|
|
||
| | `use_archive_compression` | ||
| | `use_archive_compression` | ||
| a| Controls at a global level whether the filesystem-related backup files are compressed before being sent to the host to run the backup operation. If set to `true`, a `tar.gz` file is generated on each {PlatformNameShort} host and then gzip compression is used. If set to `false`, a simple tar file is generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| a| Controls at a global level whether the filesystem-related backup files are compressed before being sent to the host to run the backup operation. If set to `true`, a `tar.gz` file is generated on each {PlatformNameShort} host and then gzip compression is used. If set to `false`, a simple tar file is generated. | |
| a| Controls at a global level whether the filesystem-related backup files are compressed before being sent to the host to run the backup operation. If set to `true`, a `tar.gz` file is generated on each {PlatformNameShort} host and then gzip compression is used. If set to `false`, a simple tar file is generated. |
EMcWhinn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…nsible#3381) * Add compression vars to backup proc for Containerized installation Docs - Containerized installation - Document use of compression when performing a backup https://issues.redhat.com/browse/AAP-39129 * Updates based on peer review feedback
…3381) (#3382) * Add compression vars to backup proc for Containerized installation Docs - Containerized installation - Document use of compression when performing a backup https://issues.redhat.com/browse/AAP-39129 * Updates based on peer review feedback
Docs - Containerized installation - Document use of compression when performing a backup
https://issues.redhat.com/browse/AAP-39129