.. This file is part of GNU TALER. Copyright (C) 2014-2023 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. TALER is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with TALER; see the file COPYING. If not, see @author Javier Sepulveda Grafana backup ############## .. contents:: Table of Contents :depth: 1 :local: Backup grafana configuration file ================================= .. code-block:: console # mkdir grafana-backup # cp /etc/grafana/grafana.ini grafana-backup Backup Grafana plugin files =========================== In our case yet we don't use any Grafana plugins, but the plugin folder is include in our backup script. .. code-block:: console # mkdir -p grafana-backups/plugins #cp /var/lib/grafana/plugins grafana-backup/plugins Backup the database =================== - For grafana.taler.net, we are currently using SQL Lite. .. code-block:: console # cp /var/lib/grafana/grafana.db /root/grafana-backup/grafana.db-june-27 Backup all files with Borgbackup ================================ For undertaking our backups we use Borkbackup. All the above instructions are included into our databases backup script with Borg. * `More information `_