##// END OF EJS Templates
docs: mention your own storage in migration
super-admin -
r505:61d8ce08 master
parent child Browse files
Show More
@@ -178,7 +178,13 b' This will restore the previously stored DB dump into new dockerized DB.'
178 7. move data into docker storage
178 7. move data into docker storage
179 ++++++++++++++++++++++++++++++++
179 ++++++++++++++++++++++++++++++++
180
180
181 Step one is to move the required components to the :file:`.custom/storage` directory inside the docker
181 .. note::
182
183 We recommend using docker volumes, however if users would like to keep their existing path on the host machine
184 it's possible to simply mount the existing structure to the docker one. Please check :ref:`enable-host-volumes`
185 The next steps can be omitted in case of using your own filesystem to store data.
186
187 This step is to move the required components to the :file:`.custom/storage` directory inside the docker
182 compose stack. This directory is mounted later on so data can be copied over into docker storage engine volumes.
188 compose stack. This directory is mounted later on so data can be copied over into docker storage engine volumes.
183
189
184 .. note::
190 .. note::
General Comments 0
You need to be logged in to leave comments. Login now