Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit f5d8f23

Browse files
Update reports.md
1 parent b462d58 commit f5d8f23

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sphinx/server_management/reports.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ To set this configuration up, you need to clone the [github.com/grantfitzsimmons
2525

2626
To run the `orchestration.py` script on a central system, it must have SSH access into the servers you wish to get reports for. Each system that will have a report generated for it can specify a `REGION` value in the `.env` file. This is used when constructing the report name (e.g. `swiss`, `northamerica`, `canada`, etc). You can read more about this configuration in the ["Run Remotely"](https://github.com/grantfitzsimmons/run_query#run-remotely) section of the README.
2727

28+
To generate a report on the size of all databases without concern for individual collections, you can switch branches:
2829

30+
```
31+
ubuntu:~/run_query$ git switch size
32+
```
2933

30-
34+
After running `python3 orchestration.py`, it will instead generate a report for the region named `{region_name}_sizes_{YYYY_MM_DD}.csv` instead of simply `{region_name}_{YYYY_MM_DD}.csv`.

0 commit comments

Comments
 (0)