From 8251c1c79b87ad1d0e96643218fe0e7eb87ff43d Mon Sep 17 00:00:00 2001 From: Vladislav Lapin Date: Wed, 19 Aug 2026 00:23:09 +0300 Subject: [PATCH] Create agent plan content directory --- assets/runtime/functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/runtime/functions b/assets/runtime/functions index fe42f3276..fd3e34c46 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -1779,6 +1779,9 @@ initialize_datadir() { chmod u+rwX ${GITLAB_SHARED_DIR}/external-diffs chown ${GITLAB_USER}: ${GITLAB_SHARED_DIR}/external-diffs + # create agent plan content directory required by GitLab backup + install -d -o ${GITLAB_USER} -g ${GITLAB_USER} -m 0700 ${GITLAB_SHARED_DIR}/agent_plan_content + # create artifacts dir mkdir -p ${GITLAB_ARTIFACTS_DIR} chmod u+rwX ${GITLAB_ARTIFACTS_DIR}