-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updating fails with EBUSY error #413
Comments
This is not something I'm doing, but I'm guessing Atom is trying to remove the previous package to replace it with the new one. Normally the server should have been closed at deactivation and the database should not have been in use, but either something is wrong there or Windows doesn't recognize that it's no longer in use quickly enough, hence the error. I've released 4.1.0, which stores the core and the indexes somewhere else entirely, hopefully fixing this problem for good. |
4.1.1 version don't fix the problem :( |
@jatubio Has the path changed in the error message? It is possible that this occurred one more time with the upgrade to the latest version as the old version was being removed - though it should not have happened if you were already on 4.1.0 (if you were not yet on 4.1.0, it would still have been possible). |
This is the debug on updating from 4.0.3 to 4.1.2
This was with project opened. And when I try to remove indexes folder on windows explorer, I can't because php is locking them. |
I see. I'll go ahead and close this again, since it is natural for it to occur one more time until you are on at least 4.1.0, due to the core and indexes having only moved starting with that version. If everything is working after the update to 4.1.0 or higher and this then occurs again on a later update to a higher version, it is still not fixed. |
Sorry I had misunderstood: I thought that 'upgrade to version 4.1.0' should no longer give an error and now I understand that it is 'update from version 4.1.0'. Thank you |
Hello,
Updating to “[email protected]" failed with EBUSY error about sqlite database busy or unlocked:
Previous versiones failed also with the same error.
I need to uninstall, exit from atom, launch atom and install again php-integrator to sucess.
Windows 2008 Server
Maybe it's related with this: #270
The text was updated successfully, but these errors were encountered: