Commit 501c4aa3 authored by Jonas Lundqvist's avatar Jonas Lundqvist
Browse files

seperate and move redis dump files so they don't mess with installed redis

parent 819bb95d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ save 60 10000
rdbcompression yes

# The filename where to dump the DB
dbfilename dump.rdb
dbfilename dump_integration1.rdb

# The working directory.
#
@@ -104,7 +104,7 @@ dbfilename dump.rdb
# Also the Append Only File will be created inside this directory.
# 
# Note that you must specify a directory here, not a file name.
dir /usr/local/var/db/redis/
dir tmp/

################################# REPLICATION #################################

+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ save 60 10000
rdbcompression yes

# The filename where to dump the DB
dbfilename dump.rdb
dbfilename dump_integration2.rdb

# The working directory.
#
@@ -104,7 +104,7 @@ dbfilename dump.rdb
# Also the Append Only File will be created inside this directory.
# 
# Note that you must specify a directory here, not a file name.
dir /usr/local/var/db/redis/
dir tmp/

################################# REPLICATION #################################