-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a database from exiting data does not work #111
Comments
Did you copy the .sst files or also the MANIFEST and CURRENT ones? |
I copy everything. The zip package contains also the LOCK file etc. When I debug, I see 4 files:
BTW: I don't see @hbs .sst files. |
If your DB is very small it is normal that you don't have sst file, all your data is in .log file. It should work as expected. Everything should be recovered from log file. |
I have the same problem, did you resolve it ? |
same problem, is it resolved? |
Hi:
I'm using levelDB for one of my projects and I found that when I copy one of my directories of levelDB and try to read it again it doesn't work:
In the previous script the
filePath
is a zip file that contains the data from a previous levelDB instance. My question is How can I create a DB from the existing directory with data.The text was updated successfully, but these errors were encountered: