Upgrader script check postgres pg_trgm
Created by: scottix
I don't have the log file but when I upgraded Gitlab with the upgrader script to 8.6.0 the database migration failed because of missing pg_trgm extension.
It would be nice to have a check to tell the user to install the correct package and to install the extension and I also noticed I couldn't find a way to just rerun the upgrader so I had to do it manually.
Having a way to force the upgrader script regardless of if it thinks it completed would be nice. Maybe there is a way but I didn't see any documentation.