-
Notifications
You must be signed in to change notification settings - Fork 265
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
Efm v5.0 changes #6594
base: develop
Are you sure you want to change the base?
Efm v5.0 changes #6594
Conversation
See story for status on which changes are in this PR already and which are still waiting: https://enterprisedb.atlassian.net/browse/EFM-1730 This first commit makes general version bumps across the docs without any new content yet. A placeholder release notes file has been added; am pushing now to get some help with figuring out the release notes ordering and various "version 4" bits in the generated pages that I don't know how to find.
See story for status on which changes are in this PR already and which are still waiting: https://enterprisedb.atlassian.net/browse/EFM-1730 This first commit makes general version bumps across the docs without any new content yet. A placeholder release notes file has been added; am pushing now to get some help with figuring out the release notes ordering and various "version 4" bits in the generated pages that I don't know how to find.
|
||
```shell | ||
cat /var/log/efm-4.10/startup-efm.log | ||
cat /var/log/efm-5.0/startup-efm.log |
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.
shouldn't this be cat /var/log/efm-4.<x>/startup-efm.log
?
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.
Yep, good catch. I haven't swept everything yet since there's a lot to do. I hopefully would have caught it. :)
…Also removed the "5" from "...describes the latest version of Failover Manager" since the 4 or 5 isn't really important and I want to try to make it clear the docs cover the latest version no matter what it is, and changes are in the release notes.
Changes for EFM 5.0
See story for status on which changes are in this PR already and which are still waiting:
https://enterprisedb.atlassian.net/browse/EFM-1730
This first commit makes general version bumps across the docs without any new content yet. A placeholder release notes file has been added; am pushing now to get some help with figuring out e release notes ordering and various "version 4" bits in the generated pages that I don't know how to find.