Skip to content

config: Remove internal socket path configuration

With commit 7a8b33aa (gitaly/config: Introduce runtime directory configuration, 2022-03-17), we have introduced a new global runtime directory that is supposed to hold all files and directories required by Gitaly to operate correctly. This new directory supersedes the previous internal runtime directory, which shouldn't be used anymore.

We have since converted the GDK, CNG and Omnibus accordingly and put up a deprecation notice for v15.0. Let's thus remove the old configuration option so that we now always use the runtime directory instead.

Closes #4139 (closed)

Merge request reports