##// END OF EJS Templates
docs: fixed missing migration step that would make sure proper permissions are set on filesystem
marcink -
Show More
@@ -234,7 +234,6 b' Once that is done, we can now move from the host directory into docker storage e'
234
234
235 root@a27697d13f44:/vol# mv /vol/backupvolume/repos/* /vol/repovolume/
235 root@a27697d13f44:/vol# mv /vol/backupvolume/repos/* /vol/repovolume/
236
236
237
238 7.5. Move gists
237 7.5. Move gists
239
238
240 .. code-block:: bash
239 .. code-block:: bash
@@ -247,6 +246,12 b' Once that is done, we can now move from the host directory into docker storage e'
247
246
248 root@a27697d13f44:/vol# mv /vol/backupvolume/repos/* /vol/repovolume/
247 root@a27697d13f44:/vol# mv /vol/backupvolume/repos/* /vol/repovolume/
249
248
249 7.7 Make sure proper permissions are set on the storage files, group/user is 999
250
251 .. code-block:: bash
252
253 root@a27697d13f44:/vol# chown -R 999:999 /vol/repovolume
254
250
255
251 8. Ensure other old services are stopped
256 8. Ensure other old services are stopped
252 ++++++++++++++++++++++++++++++++++++++++
257 ++++++++++++++++++++++++++++++++++++++++
General Comments 0
You need to be logged in to leave comments. Login now