File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1515* [ ` orgs ` ] ( references/orgs )
1616* [ ` repos ` ] ( references/repos )
1717* [ ` sbom ` ] ( references/sbom )
18- * [ ` scout ` ] ( references/scout )
1918* [ ` search ` ] ( references/search )
2019* [ ` search-jobs ` ] ( references/search-jobs )
2120* [ ` serve-git ` ] ( references/serve-git )
Original file line number Diff line number Diff line change 55## Usage
66
77```
8- 'src snapshot' manages snapshots of Sourcegraph instance data . All subcommands are currently EXPERIMENTAL.
8+ 'src snapshot' manages snapshots of Sourcegraph instance databases . All subcommands are currently EXPERIMENTAL.
99
10- USAGE
11- src [-v] snapshot <command>
10+ Usage:
1211
13- COMMANDS
12+ src snapshot <command>
13+
14+ The commands are:
15+
16+ databases export databases from a Sourcegraph instance
17+ restore restore databases from an export
18+ upload upload exported databases and summary file when migrating to Sourcegraph Cloud
1419
1520 summary export summary data about an instance for acceptance testing of a restored Sourcegraph instance
1621 test use exported summary data and instance health indicators to validate a restored and upgraded instance
1722
23+ Use "src snapshot [command] -h" for more information about a command.
24+
25+
1826```
1927
You can’t perform that action at this time.
0 commit comments