This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d1a60fde93e [cloud](fdb) Fix missing backup agent in fdb.conf of
fdb_ctl.sh (#59641)
d1a60fde93e is described below
commit d1a60fde93e78a404a945bf0ef7107cd5763c905
Author: Gavin Chou <[email protected]>
AuthorDate: Mon Jan 12 11:47:03 2026 +0800
[cloud](fdb) Fix missing backup agent in fdb.conf of fdb_ctl.sh (#59641)
---
tools/fdb/fdb_ctl.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/fdb/fdb_ctl.sh b/tools/fdb/fdb_ctl.sh
index fd6a5d03c0f..841f198bf12 100755
--- a/tools/fdb/fdb_ctl.sh
+++ b/tools/fdb/fdb_ctl.sh
@@ -332,7 +332,8 @@ datadir = ${DATA_DIR_ARRAY[${DIR_INDEX}]}/${PORT}" | tee -a
"${FDB_HOME}/conf/fd
echo "[backup_agent]
command = ${FDB_HOME}/backup_agent
-logdir = ${LOG_DIR}" >>"${FDB_HOME}/conf/fdb.conf"
+logdir = ${LOG_DIR}
+[backup_agent.1]" >>"${FDB_HOME}/conf/fdb.conf"
echo "Deploy FDB to: ${FDB_HOME}"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]