Reducing downtime on starting replication (#58931)
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
This commit is contained in:
@@ -27,6 +27,8 @@ sections:
|
||||
Administrators can add security key-backed (SK) SSH certificate authorities.
|
||||
- |
|
||||
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
known_issues:
|
||||
- |
|
||||
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start.
|
||||
|
||||
@@ -31,6 +31,8 @@ sections:
|
||||
Administrators can add security key-backed (SK) SSH certificate authorities.
|
||||
- |
|
||||
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
known_issues:
|
||||
- |
|
||||
Custom firewall rules are removed during the upgrade process.
|
||||
|
||||
@@ -33,6 +33,8 @@ sections:
|
||||
A new weekly job automatically disables Elasticsearch deprecation logging and removes existing deprecation logs every Saturday at midnight. This helps administrators manage disk space by regularly cleaning up deprecation data streams and log indices that are no longer needed. <!-- markdownlint-disable-line GHD046 -->
|
||||
- |
|
||||
Administrators can add security key-backed (SK) SSH certificate authorities.
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
known_issues:
|
||||
- |
|
||||
Custom firewall rules are removed during the upgrade process.
|
||||
|
||||
@@ -39,6 +39,8 @@ sections:
|
||||
Administrators can add security key-backed (SK) SSH certificate authorities.
|
||||
- |
|
||||
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
known_issues:
|
||||
- |
|
||||
Custom firewall rules are removed during the upgrade process.
|
||||
|
||||
@@ -43,6 +43,8 @@ sections:
|
||||
Administrators can add security key-backed (SK) SSH certificate authorities.
|
||||
- |
|
||||
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
known_issues:
|
||||
- |
|
||||
Custom firewall rules are removed during the upgrade process.
|
||||
|
||||
@@ -18,6 +18,9 @@ sections:
|
||||
# https://github.com/github/releases/issues/6908
|
||||
- |
|
||||
Starting 3.19, new installations of GHES will have OpenTelemetry metrics enabled and Collectd metrics disabled by default. You have the option to toggle between the two. Upgraded instances will retain their current settings. In about two to three releases, OpenTelemetry metrics will become the only supported metrics. To learn about OTel metrics, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics).
|
||||
# https://github.com/github/releases/issues/6922
|
||||
- |
|
||||
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
|
||||
|
||||
- heading: Migrations
|
||||
notes:
|
||||
@@ -205,8 +208,6 @@ sections:
|
||||
|
||||
known_issues:
|
||||
# INCLUDE NOTES FOR RELEASE FROM "GHES Release Note Tracking" PROJECT'S "Known Issues" TAB
|
||||
- |
|
||||
**Note:** This list is not complete. Any new known issues that are identified for the 3.19 release will be added between now and the general availability release.
|
||||
- |
|
||||
Custom firewall rules are removed during the upgrade process.
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user