Move library panel in another folder

Hi all,
I would like to know if is possible move library panel from a folder to another… 'cause all them are related to the fist one that I chosen
Thanks, ALEN

what do you mean by library panel?

are you talking about dashboards? or plugins?

  • moving dashboards manually (it can be done via grafana api)

  • moving plugins folder, change in config

#################################### Paths ###############################
[paths]
# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
data = data

# Temporary files in `data` directory older than given duration will be removed
temp_data_lifetime = 24h

# Directory where grafana can store logs
logs = data/log

# Directory where grafana will automatically scan and look for plugins
plugins = data/plugins

I fixed this by interacting directly in the SQLlite DB with a GUI editor. But in the latest versions of Grafana it is also possible to edit the JSON, so there are 2 ways to move libraries dedicated to a page to other folders dedicated exclusively to them.

ALEN