[freeside-commits] branch FREESIDE_4_BRANCH updated. cc7441e5a6cedc39359158020f6c481dd593f164
Ivan Kohler
ivan at freeside.biz
Sat Aug 15 08:32:56 PDT 2020
The branch, FREESIDE_4_BRANCH has been updated
via cc7441e5a6cedc39359158020f6c481dd593f164 (commit)
from 59fec17626ae0cf63b9b527360a617034c9d2993 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cc7441e5a6cedc39359158020f6c481dd593f164
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Aug 15 08:32:55 2020 -0700
skip RT sessions table
diff --git a/FS/FS/Cron/backup.pm b/FS/FS/Cron/backup.pm
index 5276565c5..8264ae1d6 100644
--- a/FS/FS/Cron/backup.pm
+++ b/FS/FS/Cron/backup.pm
@@ -25,7 +25,7 @@ sub backup {
my $ext;
if ( driver_name eq 'Pg' ) {
- system("pg_dump -Fc -T h_cdr -T h_queue -T h_queue_arg $database >/var/tmp/$database.Pg");
+ system("pg_dump -Fc -T h_cdr -T h_queue -T h_queue_arg -T sessions $database >/var/tmp/$database.Pg");
$ext = 'Pg';
} elsif ( driver_name eq 'mysql' ) {
system("mysqldump $database >/var/tmp/$database.sql");
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Cron/backup.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list