Skip to content

Commit 036ee69

Browse files
gavinchouYour Name
authored andcommitted
[cloud](fdb) Fix missing backup agent in fdb.conf of fdb_ctl.sh (#59641)
1 parent 7f5ba43 commit 036ee69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/fdb/fdb_ctl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ datadir = ${DATA_DIR_ARRAY[${DIR_INDEX}]}/${PORT}" | tee -a "${FDB_HOME}/conf/fd
332332

333333
echo "[backup_agent]
334334
command = ${FDB_HOME}/backup_agent
335-
logdir = ${LOG_DIR}" >>"${FDB_HOME}/conf/fdb.conf"
335+
logdir = ${LOG_DIR}
336+
[backup_agent.1]" >>"${FDB_HOME}/conf/fdb.conf"
336337

337338
echo "Deploy FDB to: ${FDB_HOME}"
338339
}

0 commit comments

Comments
 (0)