-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade of nightly might fail if package was upgraded manually #19
Comments
The most reliable solution here would be to slot each nightly separately so they're treated as major releases. |
Moving to |
@ambv Let's switch nightlies to encode |
|
We can make the garbage-collection into an explicit command and advise users to run it if we detect no instances using that version. This should also be useful for non-nighly releases too. On the other hand, breakage caused by |
Maybe But yes, given that we need garbage collection anyway it might be a good idea to have separate nightly packages. |
The output of upgrade command:
Log is:
To show nicer error this we might consider running edgedb in foreground and analyze output. Or alternatively, we can implement
edgedb server logs
and parse output of that command internally.The text was updated successfully, but these errors were encountered: