We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
postgres:import
calling postgres:import command via ssh on remote machine, does not support file redirection to stdin
call command via ssh
ssh dokku@DOKKU_HOST "postgres:import appname < /path/to/file/with/db/export-db-data"
data from file are not imported
data from file imported in postgres db
report.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of problem
calling
postgres:import
command via ssh on remote machine, does not support file redirection to stdinHow reproducible
call command via ssh
Steps to Reproduce
postgres:import
remotely via sshActual Results
data from file are not imported
Expected Results
data from file imported in postgres db
Environment Information
report.txt
The text was updated successfully, but these errors were encountered: