Skip to content

Add check: 500 Error when accessing Pipeline page after upgrading to GitLab 18.4.1

This is the issue to add a check for 18.4.1 encountered for https://gitlab.zendesk.com/agent/tickets/660179

KB article: https://support.gitlab.com/hc/en-us/articles/22575474919324-500-Error-when-accessing-Pipeline-after-upgrading-to-GitLab-18-4-1

SQL:

SELECT DISTINCT p.id, now(), now(), false                 
FROM projects p                                                                 
WHERE NOT EXISTS (                                                                  
     SELECT 1                                                                        
     FROM project_security_settings ps                                               
     WHERE ps.project_id = p.id                                                  
);