12345678910111213141516171819202122232425262728 |
- MDR GitHub Server Notes.txt
- GitHub Enterprise Server is an APPLIANCE. No salt minion, No sft.
- To SSH in you must have your public key manually added.
- Host github
- Port 122
- User admin
- HostName 10.80.101.78
-
-
- # Updating
- ghe-update-check
- ghe-upgrade /var/lib/ghe-updates/github-enterprise-2.17.22.hpkg
- Upgrading major version
- ghe-upgrade
- fdisk -l
- two partitions are installed. when you run an upgrade the VM will install the upgrade to the other partiion. After the upgrade it will switch the primary boot partitions. This leaves the previous version available for roll back.
- Hit ghe- (TAB) to view all ghe commands.
- https://help.github.com/en/enterprise/2.17/admin/installation/command-line-utilities
|