@@ -18,7 +18,7 @@ and other persistent data. So the default embedded SQLite database will not work
...
@@ -18,7 +18,7 @@ and other persistent data. So the default embedded SQLite database will not work
## Configure multiple servers to use the same database
## Configure multiple servers to use the same database
First, you need to setup MySQL or Postgres on another server and configure Grafana to use that database.
First, you need to setup MySQL or Postgres on another server and configure Grafana to use that database.
You can find the configuration for doing that in the [[database]]({{<relref"../administration/configuration.md#database">}}) section in the Grafana config.
You can find the configuration for doing that in the [[database]]({{<relref"../administration/configuration.md#database">}}) section in the Grafana config.
Grafana will now persist all long term data in the database. How to configure the database for high availability is out of scope for this guide. We recommend finding an expert on for the database you're using.
Grafana will now persist all long term data in the database. How to configure the database for high availability is out of scope for this guide. We recommend finding an expert on for the database you're using.
@@ -20,8 +20,8 @@ This is the most substantial update that Grafana has ever seen. This article wil
...
@@ -20,8 +20,8 @@ This is the most substantial update that Grafana has ever seen. This article wil
-[Dashboard Folders]({{<relref"#dashboard-folders">}}) helps you keep your dashboards organized.
-[Dashboard Folders]({{<relref"#dashboard-folders">}}) helps you keep your dashboards organized.
-[Permissions]({{<relref"#dashboard-folders">}}) on folders and dashboards helps manage larger Grafana installations.
-[Permissions]({{<relref"#dashboard-folders">}}) on folders and dashboards helps manage larger Grafana installations.
-[Group users into teams]({{<relref"#teams">}}) and use them in the new permission system.
-[Group users into teams]({{<relref"#teams">}}) and use them in the new permission system.
-[Data source provisioning]({{<relref"#data-sources">}}) makes it possible to setup data sources via config files.
-[Data source provisioning]({{<relref"#data-sources">}}) makes it possible to setup data sources via config files.
-[Dashboard provisioning]({{<relref"#dashboards">}}) makes it possible to setup dashboards via config files.
-[Dashboard provisioning]({{<relref"#dashboards">}}) makes it possible to setup dashboards via config files.
-[Persistent dashboard URL's]({{<relref"#dashboard-model-persistent-url-s-and-api-changes">}}) makes it possible to rename dashboards without breaking links.
-[Persistent dashboard URL's]({{<relref"#dashboard-model-persistent-url-s-and-api-changes">}}) makes it possible to rename dashboards without breaking links.
-[Graphite Tags and Integrated Function Docs]({{<relref"#graphite-tags-integrated-function-docs">}}).
-[Graphite Tags and Integrated Function Docs]({{<relref"#graphite-tags-integrated-function-docs">}}).
...
@@ -106,7 +106,7 @@ and alerts as well.
...
@@ -106,7 +106,7 @@ and alerts as well.
### Data sources
### Data sources
Data sources can now be setup using config files. These data sources are by default not editable from the Grafana GUI.
Data sources can now be setup using config files. These data sources are by default not editable from the Grafana GUI.
It's also possible to update and delete data sources from the config file. More info in the [data source provisioning docs](/administration/provisioning/#datasources).
It's also possible to update and delete data sources from the config file. More info in the [data source provisioning docs](/administration/provisioning/#datasources).