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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
If I run the conversion to Badger Datastore twice the second time (from badgerds to badgerds) happens even though there is no need for any conversion. If I'm following the code correctly that case corresponds to this strategy case, the directories that should be checked (as mentioned in the TODO) are the path components of the spec file?
The text was updated successfully, but these errors were encountered:
Yup, path seems to be used for all FS based datastores, but that's not really standardized (+We'll need special cases for database-backed datastore, and I'm not sure if this works with paths out of .ipfs (because mounts))
@magik6k It may be valid, in some cases, to convert from a datastore into a datastore of the same type. For example, suppose the same datastore is used, but with some different configuration. If I decide to enable compression after my datastore has been running for a long time, and only the new data get compressed, then I may want to do a convert to the same type of datastore to compress all the old data.
So, I don't actually think we need to fix this. Can we close this?
If I run the conversion to Badger Datastore twice the second time (from
badgerds
tobadgerds
) happens even though there is no need for any conversion. If I'm following the code correctly that case corresponds to this strategy case, the directories that should be checked (as mentioned in theTODO
) are thepath
components of the spec file?The text was updated successfully, but these errors were encountered: