Skip to content
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

Merged
merged 1 commit into from
Apr 22, 2019
Merged

Add version to databases path #905

merged 1 commit into from
Apr 22, 2019

Conversation

krhubert
Copy link
Contributor

close #882

Copy link
Member

@antho1404 antho1404 left a 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

@ilgooz
Copy link
Contributor

ilgooz commented Apr 22, 2019

  • 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.

@krhubert krhubert requested a review from antho1404 April 22, 2019 12:47
@krhubert
Copy link
Contributor Author

krhubert commented Apr 22, 2019

@antho1404

This PR is only about adding path to core db and mine is work as well

Copy link
Member

@antho1404 antho1404 left a 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

@antho1404 antho1404 merged commit 8ea8c0f into dev Apr 22, 2019
@antho1404 antho1404 deleted the feature/db-versioning branch April 22, 2019 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update default database path on breaking changes
4 participants