From e4a97bde49ffa8fd3bfc31f063126c0a6b03d9e7 Mon Sep 17 00:00:00 2001 From: jcjveraa <3942301+jcjveraa@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:43:55 +0100 Subject: [PATCH] Clarify database initialization/migration section Updated the section title and clarified the description for database initialization or migration. Signed-off-by: jcjveraa <3942301+jcjveraa@users.noreply.github.com> --- docs/user-guide/sync-waves.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/sync-waves.md b/docs/user-guide/sync-waves.md index 8c0893f772..19479deb03 100644 --- a/docs/user-guide/sync-waves.md +++ b/docs/user-guide/sync-waves.md @@ -185,8 +185,8 @@ spec: backoffLimit: 2 ``` -### Initialize or migrate a database before main application tries to start -The following example runs a db migration command before the main sync operation (also in wave -1): +### Initialize or migrate a database +The following example runs a db initialization/migration command before the main sync operation (also in wave -1): ```yaml apiVersion: batch/v1 kind: Job