Documentation update and re-organisation#380
Merged
Merged
Conversation
…utils into lildude/docs-update-reorg
snh
reviewed
Mar 26, 2018
|
|
||
| 1. [Download the latest release version][1] and extract the repository using `tar`: | ||
|
|
||
| `tar -xzvf /path/to/github-backup-utils-vMAJOR.MINOR.PATCH.tar.gz` |
Member
There was a problem hiding this comment.
While it is mentioned in the requirements section, additional clarity around which version of the backup utilities to use if you are running GHE 2.10 or earlier would be valuable here, in particular if cloning the repository using git.
lildude
commented
Mar 27, 2018
| `git clone -b stable https://github.com/github/backup-utils.git` | ||
|
|
||
| **Note**: you will need to use [backup-utils v2.11.x][2] or the `legacy` branch to | ||
| backup and restore GitHub Enterprise 2.10 and earlier. |
4 tasks
rubiojr
reviewed
Mar 27, 2018
| - **[How does backup utilities differ from a High Availability replica?](#how-does-backup-utilities-differ-from-a-high-availability-replica)** | ||
| - **[Support](#support)** | ||
| **Note**: the [GitHub Enterprise version requirements](docs/requirements.md#github-enterprise-version-requirements) have | ||
| changed starting with Backup Utilities v2.13.0. |
Member
There was a problem hiding this comment.
Should we add a date here so folks have a better sense of when this requirement changed?
Member
Author
There was a problem hiding this comment.
Good idea (for those who follow master so don't get versions).
dooleydevin
pushed a commit
that referenced
this pull request
Jul 14, 2023
…t-always-restore-column-encryption-keys Backport 349 for 3.8: Always restore column encryption keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates and re-organises the documentation.
It makes the README more readable by moving most of the content to individual files under
docs/and updates the content to be more consistent across all files and reflect the behaviour and requirements once #375 has been merged.Most of the overall wording is the same.
/cc @github/backup-utils