Closed jurepetrovic closed 4 years ago
Hello, @jurepetrovic .
There is the command ./tools/ssdb-dump ip port output_folder
which copies data
and meta
folders to output_folder
. It's ligther than ssdb export
command, because when we run export
it does as many "gets" as many keys are in SSDB. If SSDB's log is configured to debug level it's easy to verify that.
More information: http://ssdb.io/docs/backup.html
Tiago
Thanks guys,
appreciate it a million times. (beer) 👍
Hello gentlemen,
Is there a way to make a dump of the live database? I would like to do this in a manner not to disturb the running service too much. Something similar to "mongodump"?
Thanks, Jure