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
"If `csv-doublequote` is false, 'csv-escapechar' must be set.");
92
92
93
93
// history
94
-
DEFINE_string(history, "~/.memgraph", "Use the specified directory to save history.");
94
+
DEFINE_string(history, "/tmp/.memgraph", "Use the specified directory to save history.");// Use /tmp because in K8s deployments users want to have read-only root filesystem. Folder /home/memgraph is part then of the root fileystem and hence read-only
95
95
DEFINE_bool(no_history, false, "Do not save history.");
0 commit comments