Welcome to mirror list, hosted at ThFree Co, Russian Federation.

1_postgresql_only.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 415fc6f2cae25981dbe2c8145a3e15b26d74b6ef (plain)
1
2
3
4
5
6
# frozen_string_literal: true

raise "PostgreSQL is the only supported database from GitLab 12.1" unless
  Gitlab::Database.postgresql?

Gitlab::Database.check_postgres_version_and_print_warning