From 4949a8d1b48fbe972e90e3295e9be62f21f571f8 Mon Sep 17 00:00:00 2001
From: Marko Budiselic <marko.budiselic@memgraph.io>
Date: Sat, 23 Jun 2018 14:55:55 +0200
Subject: [PATCH] Add additional note for docker named volumes

Reviewers: mferencevic

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D1450
---
 docs/user_technical/quick-start.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/user_technical/quick-start.md b/docs/user_technical/quick-start.md
index 0df3ba801..c47f9a1fd 100644
--- a/docs/user_technical/quick-start.md
+++ b/docs/user_technical/quick-start.md
@@ -71,7 +71,11 @@ docker volume rm <volume_name>
 ```
 
 Named Docker volumes used in this documentation are: `mg_etc`, `mg_log` and
-`mg_lib`. Another valid option is to try to migrate your existing volume to a
+`mg_lib`. E.g. to avoid any configuration issues between different Memgraph
+versions, `docker volume rm mg_etc` can be executed before running a new
+container.
+
+Another valid option is to try to migrate your existing volume to a
 newer version of Memgraph. In case of any issues, send an email to
 `tech@memgraph.com`.