dbdock sync keeps your dashboard in step with your local configuration.
Push local changes
dbdock.config.json, compares it to the last synced state, and pushes the differences to DBDock Cloud.
Only non-secret metadata is sent. See exactly what leaves your machine in Data handling.
Check status
unreachable (offline) and shows your pending local changes so you know what will push once you’re back online.
Pull the cloud baseline
Resolving conflicts
A conflict means the cloud has diverged from the baseline your machine last saw — for example, the project changed from another machine.dbdock sync stops rather than guess:
Keep cloud
Keep local
.dbdock/conflicts/ so nothing is lost while you decide.
Open the dashboard
dbdock open needs a linked project. If you see “No linked project,” run dbdock init first to link this directory.Offline and retries
Sync is resilient. Change sets are queued locally and drained to the cloud; if a push fails, it’s retried on the next sync.dbdock sync status shows pending items and flags any that need attention.
Related
Data handling
What syncs, and what never does.
dbdock sync reference
Command flags and exit codes.

