1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Reducing downtime on starting replication (#58931)

Co-authored-by: isaacmbrown <isaacmbrown@github.com>
This commit is contained in:
Pallavi
2025-12-17 03:25:58 -08:00
committed by GitHub
parent c00a494565
commit f932a7cca9
6 changed files with 22 additions and 11 deletions

View File

@@ -27,6 +27,8 @@ sections:
Administrators can add security key-backed (SK) SSH certificate authorities. 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. 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: 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. 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.

View File

@@ -31,6 +31,8 @@ sections:
Administrators can add security key-backed (SK) SSH certificate authorities. 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. 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: known_issues:
- | - |
Custom firewall rules are removed during the upgrade process. Custom firewall rules are removed during the upgrade process.

View File

@@ -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 --> 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. 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: known_issues:
- | - |
Custom firewall rules are removed during the upgrade process. Custom firewall rules are removed during the upgrade process.

View File

@@ -39,6 +39,8 @@ sections:
Administrators can add security key-backed (SK) SSH certificate authorities. 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. 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: known_issues:
- | - |
Custom firewall rules are removed during the upgrade process. Custom firewall rules are removed during the upgrade process.

View File

@@ -43,6 +43,8 @@ sections:
Administrators can add security key-backed (SK) SSH certificate authorities. 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. 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: known_issues:
- | - |
Custom firewall rules are removed during the upgrade process. Custom firewall rules are removed during the upgrade process.

View File

@@ -18,6 +18,9 @@ sections:
# https://github.com/github/releases/issues/6908 # 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). 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 - heading: Migrations
notes: notes:
@@ -205,8 +208,6 @@ sections:
known_issues: known_issues:
# INCLUDE NOTES FOR RELEASE FROM "GHES Release Note Tracking" PROJECT'S "Known Issues" TAB # 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. Custom firewall rules are removed during the upgrade process.
- | - |