seperate and move redis dump files so they don't mess with installed redis
This commit is contained in:
parent
819bb95dbd
commit
501c4aa31e
2 changed files with 4 additions and 4 deletions
|
|
@ -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 #################################
|
||||
|
||||
|
|
|
|||
|
|
@ -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 #################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue