You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade a sameersbn/gitlab setup from version 8.5.1 to 8.6.1.
Observed behavior:
The migrations kick off and then fail with the following message:
StandardError: An error has occurred, all later migrations canceled:
You must enable the pg_trgm extension. You can do so by running "CREATE EXTENSION pg_trgm;" as a PostgreSQL super user, this must be done for every GitLab database. For more information see http://www.postgresql.org/docs/current/static/sql-createextension.html
Steps to reproduce:
Observed behavior:
The migrations kick off and then fail with the following message:
This same issue has been observed in other GitLab Docker implementations:
https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1185
The text was updated successfully, but these errors were encountered: