gitlabのデフォルトのインストールディレクトリを変更してみましたが、これはすべてのファイルの権限と所有権を変更しました。起動しません。別のインスタンスの権限と所有権をコピーしたいです。可能ですか?
ベストアンサー1
# other instance
cd "$gitlab_root_default"
getfacl --recursive . >/root/gitlab_permissions
# copy /root/gitlab_permissions to new system
# new system
cd "$gitlab_root_new"
setfacl --restore=/root/gitlab_permissions