-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add version to databases path #905
Conversation
f52364a
to
60e2169
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Download last version of mesg-core (v0.8.1)
- Deploy a new service with mesg-core
- List services with
./dev-cli service list
Expected:
empty list of services
Actual:
➜ core git:(feature/db-versioning) ✗ ./dev-cli service list
rpc error: code = Internal desc = grpc: failed to unmarshal the received message unexpected EOF
mine works. you're not using ./dev-core and this pr is not backward compatible. do we care about backward compatibility for this one? I think we shouldn't care about it in this stage. |
This PR is only about adding path to core db and mine is work as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad i didn't restarted the core and was still running on the old version
close #882