You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_message "Using existing last.state.txt (sequenceNumber=${current_seq}). Set OVERWRITE_STATE=true to override with SEQUENCE_NUMBER=${SEQUENCE_NUMBER:-0}."
262
+
else
263
+
log_message "WARNING: No last.state.txt found and OVERWRITE_STATE=false. Imposm may not know where to start replication."
264
+
fi
255
265
fi
256
266
257
267
# Step 3: Start uploader in background and store its PID
0 commit comments