You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
Following command gives no output in the artifacts folder
docker run --rm
--name postgres-checkup
--volume "$(pwd)/artifacts:/artifacts"
--volume "$(echo ~)/.ssh/id_rsa:/root/.ssh/id_rsa:ro"
postgresai/postgres-checkup:latest
./checkup
--hostname sshusername@hostname
--username my_postgres_user
--dbname my_postgres_database
--project docker_test_with_ssh
--epoch "$(date +'%Y%m%d')001"
After I change:
--volume "$(pwd)/artifacts:/artifacts" \
into:
--volume "$(pwd)/artifacts:/checkup/artifacts" \
it works.
The text was updated successfully, but these errors were encountered: