We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ee0f commit fcf629eCopy full SHA for fcf629e
aw-sync/src/sync.rs
@@ -142,6 +142,8 @@ pub fn sync_run(sync_directory: &Path, client: AwClient) {
142
143
let remote_dbfiles = find_remotes_nonlocal(sync_directory, info.device_id.as_str());
144
info!("Found remotes: {:?}", remote_dbfiles);
145
+
146
+ // TODO: Check for compatible remote db version before opening
147
let ds_remotes: Vec<Datastore> = remote_dbfiles.iter().map(create_datastore).collect();
148
149
// Pull
0 commit comments