From 29c45610f113ed7ee2e35852a49cd34801071487 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 29 Sep 2014 21:35:05 +0530 Subject: [PATCH] readme: added note about image version in migration instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a48c610..25f382ca 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ GitLab uses a database backend to store its data. You can configure this image t > > **You've been warned.** > -> If you have been using the internal mysql server then first take a backup of the application and then restore the backup after setting up a linked or external mysql server. +> If you have been using the internal mysql server then first take a backup of the application and then restore the backup after setting up a linked or external mysql server. *NOTE: the backup and restore has to be performed with the same version of the image* > This docker image is configured to use a MySQL database backend. The database connection can be configured using environment variables. If not specified, the image will start a mysql server internally and use it. However in this case, the data stored in the mysql database will be lost if the container is stopped/deleted. To avoid this you should mount a volume at `/var/lib/mysql`.