Migrating GitLab Database to External PostgreSQL
Hello everyone! In this article, we will migrate the GitLab database from the internal PostgreSQL, which is installed along with GitLab, to an external PostgreSQL that is already set up on another server. NOTE: All actions are guaranteed to work on CentOS 7.7.1908, PostgreSQL 12, and GitLab 12.4.2-ee.0. Preliminary Preparation: Let's complete three actions in advance: 1. On the PostgreSQL server, add a rule in the firewall to allow incoming […]
