Skip to content

Commit fbccb77

Browse files
pallsamaKaczDev
andauthored
Add a 3.19.1 known issue about invalid secret: #{secret.bytesize}, must be >=64 (#59047)
Co-authored-by: Kacz <71774507+KaczDev@users.noreply.github.com>
1 parent b965d3e commit fbccb77

File tree

1 file changed

+3
-0
lines changed
  • data/release-notes/enterprise-server/3-19

1 file changed

+3
-0
lines changed

data/release-notes/enterprise-server/3-19/1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ sections:
4646
4747
Now, if an administrator sets the instance's `skip_rebase_commit_generation_from_rebase_merge_settings` configuration variable to `true`, the "Allow rebase merging" option in a repository's pull request settings becomes the source of truth for whether rebase commits are generated when mergeability is checked.
4848
known_issues:
49+
- |
50+
Upgrading or hotpatching to 3.19.1 may fail on very old nodes that have been continuously upgraded from versions older than 2021 versions (i.e. 2.17). If this issue occurs, you will see log entries prefixed with `invalid secret` in ghe-config.log. If you are running nodes this old, it is recommended not to upgrade to 3.19.1.
51+
If you must hotpatch to 3.19.1, first run `ghe-config 'secrets.session-manage' | tr -d '\n' | wc -c`. If the output is less than 64, run `ghe-config --unset 'secrets.session-manage'` and `ghe-config-apply` before you start the hotpatch. You can also run these same commands after the hotpatch to recover from the failure. [Updated: 2026-01-12]
4952
- |
5053
During an upgrade of GitHub Enterprise Server, custom firewall rules are removed. If you use custom firewall rules, you must reapply them after upgrading.
5154
- |

0 commit comments

Comments
 (0)