Skip to content

Fix migrations for older PostgreSQL versions

Kamil Trzcińśki requested to merge fix-retried-for-postgres into master

What does this MR do?

Fixes migrations for older PostgreSQL versions

  • Do not care about error when creating index on PostgreSQL, as the IF NOT EXISTS is supported since PostgreSQL 9.5,
  • Test against PostgreSQL 9.2 to check migrations

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/32721

Merge request reports