Skip to content

Commit

Permalink
add dead message content backup config
Browse files Browse the repository at this point in the history
  • Loading branch information
keliwang committed Jun 4, 2021
1 parent 5253775 commit 22d6917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cn/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ store.type=hbase
# 可选 web端口
backup.server.http.port=8080
```

*dead_backup.properties*
```
# 必填 数据存放目录
store.root=/data/dead
```
## 启动
在启动backup server之前,请先将其在metaserver里注册,backup启动时候需要从metaserver获取元数据信息。

Expand Down
1 change: 1 addition & 0 deletions qmq-dist/sql/init_backup_hbase.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
create 'qmq_backup','m'
create 'qmq_backup_record','i'
create 'qmq_backup_dead','m'
create 'qmq_backup_dead_content', 'm'

0 comments on commit 22d6917

Please sign in to comment.