Failure, exiting. Can't find log. #50
eriktelepovsky
started this conversation in
General
Replies: 2 comments
-
you can mount a folder in your host to /var/lib/postgresql and then you'll see the log. |
Beta Was this translation helpful? Give feedback.
0 replies
-
also u can do something like # find out the hash of the last run docker
docker ps -a | head
docker commit THE_HASH test1
docker run -it --rm --entrypoint=sh test1
# in the container
ls -l
cat pg_upgrade_dump_116017.log |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am trying to use this image with the following arguments:
but it fails with this output:
Where can I found that logfile pg_upgrade_dump_116017.log please?
Beta Was this translation helpful? Give feedback.
All reactions