-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
sqlite3 messes up between environments (ELF headers) #713
Comments
Also, my database seems to have been wiped. At least there was no user, and I'm sure haven't trashed it. |
sqlite3 is a native application. It will only work on the environment you compile it on. I use vagrant and macos as well, and sometimes switch environments - I see the same thing you do, I have to recompile sqlite by running Your databases should not have been wiped. If this has definitely happened - check the contents, please try to reproduce how it happened and raise that as an issue? |
@ErisDS - |
@springmeyer thanks! I've updated my typo. This is only something encountered by developers running vagrant and so sharing their ghost between 2 environments. |
@ErisDS sounds good. |
So the binaries for sqlite are awesome, however, look at this gif right here:
This happens after database is modified in macos. Sqlite in vagrant then can't read it for some weird reason.
The text was updated successfully, but these errors were encountered: