pv database_name.gz | gunzip -c | warden db import Command not working #809
Unanswered
amit-ranosys
asked this question in
Help & Support
Replies: 1 comment 1 reply
-
@amit-ranosys What does the first line of your DB dump look like? What is the full command you used to invoke the import process? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
warden db import command not working giving the below error
ERROR at line 1: Unknown command '-'. ] 0% ETA 0:29:11
ERROR: Command
"$WARDEN_BIN" env exec -T db mysql -u"${MYSQL_USER}" -p"${MYSQL_PASSWORD}" --database="${MYSQL_DATABASE}" "${WARDEN_PARAMS[@]:1}" "$@"
at /opt/warden/commands/db.cmd:39 failed with exit code 1576KiB 0:00:01 [ 522KiB/s] [>
Beta Was this translation helpful? Give feedback.
All reactions