2012-12-27

SSDB has made a big progress!

Views: 13272 | Add Comments

SSDB v1.1.0 is released! This version added the Online Backup feature, which allows to backup a SSDB instance without stopping service.

Quick Start

./tools/ssdb-dump 127.0.0.1 8888 backup_dir

A copy of SSDB instance(it is also the leveldb database) will be saved in a new created directory backup_dir.

Recover

Transfer the directory backup_dir to the server on which ssdb-server runs, then edit ssdb.conf to use backup_dir, restart ssdb-server.

Next Step

SSDB is now a productional storage server! The next feature that is planning to added is Replication(Master-Slave architecture). Replication is the base of distributed system.

SSDB Project: https://code.google.com/p/zdb/

Posted by ideawu at 2012-12-27 00:00:18 Tags: ,

Leave a Comment