Skip to content

Release v3.1.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 19:44

Release Notes

This is an official release of the Grafana SQLite plugin code. For some releases it takes a while
to also appear in the Grafana repository, which is used to populate the plugins for the Grafana
website as well as their grafana-cli. Some releases (especially pre-releases) from Github never
appear in the Grafana repository.

To install this specific release use one of the following methods.

More details can also be found in the installation section of the Readme.

Installation

Using the grafana-cli

  1. Run this command:

    grafana-cli --pluginUrl https://github.com/fr-ser/grafana-sqlite-datasource/releases/download/v3.1.0-rc.2/frser-sqlite-datasource-3.1.0-rc.2.zip plugins install frser-sqlite-datasource
  2. See the installation instructions in the Readme.

Manual Installation

  1. Download the zip file below

  2. Extract the zip file into the data/plugins subdirectory for Grafana: unzip <the_download_zip_file> -d <plugin_dir>/

    Finding the plugin directory can sometimes be a challenge as this is platform and settings
    dependent. A common location for this on Linux devices is /var/lib/grafana/plugins/

  3. See the installation instructions in the Readme.

Changelog

For the full changelog see here.