Skip to content
  • Developer

    The attached setup.yml will deploy this via Ansible-playbook, but may need some customisation for specific user environments. setup.yml

  • Author Developer

    IMPORTANT: The variables under @primary_db_config have to be manually filled on the source code before deployment.

          @primary_db_config = {
            adapter: 'postgresql',
            host: 'your-primary-hostname-here',  # Replace with your primary's hostname
            port: 5432,
            database: 'gitlabhq_production',
            username: 'gitlab',
            password: 'your-password-here',  # Replace with your primary's DB password
            encoding: 'unicode'
          }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment