-
Notifications
You must be signed in to change notification settings - Fork 251
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
Fixing indentation and versioning for PEM 8 and 9 #5379
Conversation
@@ -92,4 +92,4 @@ Where: | |||
- `agent_name` specifies a descriptive name for the PEM agent. | |||
|
|||
!!! Note | |||
When configuring a shell/batch script run by a Windows agent that has PEM 7.11 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. | |||
When configuring a shell/batch script run by a Windows agent that has PEM 8 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. |
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.
@sonotley since we don't support 7.x anymore, I bumped this to 8 as well.
Commenting here just to make sure this note is still relevant in 8 and 9 installations?
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.
I suggest we keep the note but remove the reference to the version, as it now applies to all supported versions.
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 once the couple of comments are resolved
@@ -92,4 +92,4 @@ Where: | |||
- `agent_name` specifies a descriptive name for the PEM agent. | |||
|
|||
!!! Note | |||
When configuring a shell/batch script run by a Windows agent that has PEM 7.11 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. | |||
When configuring a shell/batch script run by a Windows agent that has PEM 8 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. |
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.
I suggest we keep the note but remove the reference to the version, as it now applies to all supported versions.
@@ -91,4 +91,4 @@ Where: | |||
- `agent_name` specifies a descriptive name for the PEM agent. | |||
|
|||
!!! Note | |||
When configuring a shell/batch script run by a Windows agent that has PEM 7.11 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. | |||
When configuring a shell/batch script run by a Windows agent that has PEM 8 or later version installed, set the `AllowBatchJobSteps` parameter to `True` in the `agent.cfg` file. The PEM agent doesn't execute any batch/shell script by default. |
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.
See my other 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.
updated both instances ✅
What Changed?
Fixing indentation and versioning issues flagged through GH issue by Simon.
#5374
https://enterprisedb.atlassian.net/browse/DOCS-199