Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #56

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To run the script, [download the latest release](https://github.com/ni/grafana-p

Caveats:
- This setup assumes a standard install of SystemLink and Grafana. If you have custom paths, you may need to modify the variables at the start of the script.
- Grafana v8.3.6 will be installed by default. If you need a different Grafana version, manually install it before running the script.
- Grafana v10.2.2 will be installed by default. If you need a different Grafana version, manually install it before running the script.

## Updating an existing Grafana installation on a SystemLink Server instance
*Note: If you have installed any custom datasources or altered config files, the changes may be overwritten. In that scenario, you should review the install powershell script and manually work through it as appropriate.*
Expand All @@ -18,7 +18,7 @@ To update an existing install, first upgrade Grafana by downloading and running
Following that, execute the powershell script in the release archive.

To run the script, download the latest release from GitHub to the machine where SystemLink is installed, extract it, and then execute `Setup-Grafana.ps1` by right-clicking > "Run With PowerShell" or by running it from the PowerShell console.
=======

### Troubleshooting

#### Grafana UI shows `Error: Fetch error: 404 Not Found Instantiating` when loading a plugin
Expand Down
Loading