-
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
export postgresql db doesnt work #12
Comments
I can't replicate it. I was able to import a test db and export with your options.
|
Still having this issue today with Before running this, I deleted all service keys from the database, so it's not an issue of the key already existing.
|
I was able to get past that point by being on the VPN, which makes me think that maybe the blank error on retrieving the service key is a timeout issue? But, being on the VPN it looks like the local port access is blocked 😭
|
I see this fail sometimes ( inconsistently ) on my side too. Usually the tunnel is still running and I can C&P the command output to run it. I suspect that the tunnel isn't fully stable by the time the import/export command runs. Not sure why VPN would make a difference for your key. I can run it successfully with or without vpn. So perhaps it is also a timeout issue. ill look at putting in some polling checks to wait for the key and tunnel to be ready before moving on. |
When running an export using
cg-manage-rds export -o "-F c" -f ./backup.pg SERVICE_NAME
I'm consistently getting the following error:Notes
cf --version
iscf version 7.6.0+d1110f2.2023-02-27
Acceptance Criteria
The text was updated successfully, but these errors were encountered: