-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
restore and restore-from isn't working same as #72 #88
Comments
Hi @cantonyselim this feature is not available until v0.9.3 of Parity. I haven't been able to push it out yet because there's an issue with Homebrew packaging due to new gem dependencies. |
No worries, is there a work around right now so that I can use parity to restore a database to my staging from production? |
@cantonyselim you should be able to use the existing |
@cantonyselim can you install 0.9.3 and give it a try? |
@geoffharcourt I just tried after installing 0.9.3 and it still gives the same error. |
I'm able to run |
The app is using ruby 2.2.1:
I always do
From the other app dir that's using ruby 2.3.0:
|
@vfonic for the app at the top, it looks like the Parity gem's executable (in I can't tell if the second app's error has anything to do with interaction with the plugins you have installed. |
We set the |
I've uninstalled the old gem together with executables. The error is now the same in every project:
|
I'm not sure if this is a parity problem. The report that began this issue was with the Can you tail staging with |
Yes, all those commands work. Speaking of heroku CLI plugins, I don't remember installing any of those. I've just checked now and it seems that those came installed by default together with heroku-toolbelt brew formula. I think it's just the newer versions of heroku CLI display more information than previous ones. Try running Seems like the gem I had (0.9.2) worked for using |
Do you have git remotes defined for the app? We're using git remotes now rather than the app name. What's the output of |
Yes, I have the remotes set. I'm pretty sure v0.9.2 relied on having those set as well. |
@vfonic later this week I'm going to try to push out a development release so we can get some more information about what's not working here. |
@geoffharcourt Thanks Geoff! Let me know when you do and how can I help with providing info you need to look into this. |
@geoffharcourt sorry for the late response so I tried
This is with the current install not v0.9.3 |
@cantonyselim can you update to v0.9.3? I'm hoping that the changes applied there will resolve your issue. |
@cantonyselim and @vfonic can you install v0.10.0 and test? I've removed external dependencies, so I expect your issues should be resolved. I've been able to execute this successfully from both Rubygems and Homebrew with v0.10.0. |
This was posted in #72 but since it was closed, I thought I would open a new one just so it was seen.
I am still having this exact issue. When I run staging restore production, I get ! App not found. If I run staging restore-from production, I get
! restore-from
is not a heroku command. ! See
heroku help` for a list of available commands.I am the owner of the heroku apps in question they do not belong to an org. Here are my remotes:
production https://git.heroku.com/my-production-app.git (fetch)
production https://git.heroku.com/my-production-app.git (push)
staging https://git.heroku.com/my-staging-app.git (fetch)
staging https://git.heroku.com/my-staging-app.git (push)
The text was updated successfully, but these errors were encountered: