I have taken gitlab lfs in use on my local gitlab server. There has already been some files stored under the default lfs-storage-path(/var/opt/gitlab/gitlab-rails/shared/lfs-objects). Now I want to change the “lfs-storage-path” to another directory with more disk space. I have done the steps as below:
- update “lfs-storage-path” to the new directory in the configuration file.
- re-configuration and restart gitlab service.
My question is whether I need move the exist LFS files from the old directory to the new one manually or not.
And any other steps to be done?