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 Jan 23, 2026. It is now read-only.
# NOTE: Take a look at session_trace.bash for the v1 implementation of binary-docker picker.
trap cleanup_memgraph_binary_processes EXIT # To make sure cleanup is done.
set -e # To make sure the script will return non-0 in case of a failure.
# TODO/NOTE: Seems like SCRIPT_DIR gets override on the source call! -> FIX
# TODO(gitbuda): When memgraph is started manually -> logs from basic.cpp module are visible -> under the below logs they are not because it's logs vs output -> FIX