Skip to content
Snippets Groups Projects

fix db plugins; Reduce desktop notification

Merged Hahn Axel (hahn) requested to merge desktop-notification into master
15 files
+ 677
266
Compare changes
  • Side-by-side
  • Inline
Files
15
# Database backups #
# Database backups
## Shared settings for all database types ##
## Shared settings for all database types
There are 2 required values in the jobs/backup.job
@@ -109,10 +109,9 @@ dbpassword = '12345678'
params = '--port={tcp-port} --password={dbpassword} --user={dbuser} --host={tcp-target}'
env = 'export var1="happy meal"; export var2="new"; export var3="year!"'
```
## Backup sqlite ##
## Backup sqlite
Sqlite files can be located anywhere in the filesystem. That's why the
cannot be located with an auto detection.
@@ -135,7 +134,8 @@ This is the plugins/localdump/profile/sqlite.ini.example:
type = "sqlite"
# list of files to backup
# file[] = "/var/www/database/logs.db"
file[] = "/var/www/database/logs.db"
file[] = "/var/www/database/another.db"
[set]
Loading