Skip to main content

Sync

Authenticate with Synkronus and exchange data with the server: pull remote changes, push local edits, and maintain workspace health.

Open Data management → Sync (#/data/sync).

Status panel

The Sync screen shows:

FieldMeaning
ServerSynkronus URL from the active profile
StatusReachability (and server version when available)
Pending pushCount of locally dirty observations
ConflictsCount of observations with sync conflicts
Last pull / Last pushTimestamps of recent sync operations

If you are not authenticated, a warning links to Profiles.

Sync actions

ButtonAction
Sync (Pull + Push)Pull from server, then push local changes (with push confirmation)
PullDownload remote changes into the local repository
PushUpload local dirty observations to Synkronus

Push asks for confirmation when there are pending changes. If observations reference missing attachment files, a dialog lets you cancel or force push without those attachments.

While a sync job is running, you can Pause, Resume, or Cancel the in-flight operation. If the sync engine left a paused job, use Resume job or Discard job.

Resolve conflicts on Observations before pushing. The conflict count on Sync updates as you edit.

Danger zone

Advanced maintenance actions appear at the bottom of the Sync screen:

ActionEffect
Reset local dataRemove all observations and attachment files from this device and reset sync offsets
Re-create indexRebuild the observation index from app.config.json (needed after index declaration changes or bulk imports)
Reset server repository and pullDelete all observations and attachment manifest data on Synkronus, then pull so this device archives its workspace and starts fresh

All danger-zone actions require explicit confirmation. Use them only when you understand the data loss implications.

The panel also shows index generation and last rebuild time.

Observation indexes

Custom apps declare observationIndexes in app.config.json for fast getObservationsByQuery. ODE Desktop maintains a local index table — it is never synced to Synkronus.

After changing index declarations in a bundle or bulk-importing observations, click Re-create index. See Observation queries for index design.

What this screen does not do

Next steps

  • Observations — review pulled or conflicting data
  • Profiles — update credentials if authentication fails