summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-27 06:51:08 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-27 06:51:08 +0100
commit5053adc7c549830acda4d1218efa76f44e107a8a (patch)
treef388314768966e948ba28fe9a6a9012ef15d723b /config
parent22eb173c74893114350e4b5351a58b48673f63b3 (diff)
Don't store the fax_thumbnails in the backup. Plus recreate them at restore.
Diffstat (limited to 'config')
-rw-r--r--config/backup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/backup.rb b/config/backup.rb
index 1c79c04..2a866ef 100644
--- a/config/backup.rb
+++ b/config/backup.rb
@@ -24,7 +24,7 @@ Backup::Model.new(:GS5, 'GS5 backup') do
db.host = "localhost"
db.port = 3306
db.socket = "/var/run/mysqld/mysqld.sock"
- db.skip_tables = ["backup_jobs", "restore_jobs"]
+ db.skip_tables = ["backup_jobs", "restore_jobs", "fax_thumbnails"]
end
##