[{"data":1,"prerenderedAt":993},["ShallowReactive",2],{"/blog/removing-mysql-support":3,"navigation-en-us":209,"banner-en-us":636,"footer-en-us":646,"blog-post-authors-en-us-Kenny Johnston":891,"blog-related-posts-en-us-removing-mysql-support":905,"blog-promotions-en-us":929,"next-steps-en-us":983},{"id":4,"title":5,"authors":6,"body":8,"category":189,"date":190,"description":191,"extension":192,"externalUrl":193,"faq":193,"featured":194,"heroImage":195,"meta":196,"navigation":197,"path":198,"seo":199,"slug":203,"stem":204,"tags":205,"template":207,"updatedDate":193,"__hash__":208},"blogPosts/en-us/blog/removing-mysql-support.md","Why we're ending support for MySQL in 12.1",[7],"Kenny Johnston",{"type":9,"value":10,"toc":180},"minimark",[11,28,33,42,97,101,122,125,129,148,152,161,164,167,171],[12,13,14,15,21,22,27],"p",{},"In July of 2017 ",[16,17,20],"a",{"href":18,"rel":19},"https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1756",[],"GitLab documented that we would be deprecating support for MySQL",".\nWell, the 12.1 release marks the conclusion of our\ndeprecation period and it will ",[16,23,26],{"href":24,"rel":25},"https://gitlab.com/gitlab-org/gitlab-ce/issues/52442",[],"no longer support MySQL",".\nIt wasn't an easy decision, but we wanted to share with you why we did it.",[29,30,32],"h2",{"id":31},"it-wasnt-great-for-our-use-case","It wasn't great for our use case",[12,34,35,36,41],{},"There are lots of great use cases for MySQL, our specific needs just didn't seem to be a good fit. ",[16,37,40],{"href":38,"rel":39},"https://gitlab.com/gitlab-org/gitlab-ce/issues/51173#issues",[],"Our use of MySQL\nhad a number of limitations",". In most cases, it wasn't\nas simple as adding support to MySQL, but that by bending MySQL we typically broke PostgreSQL. To name a few limitations:",[43,44,45,54,62,80,88],"ul",{},[46,47,48,49],"li",{},"We can't ",[16,50,53],{"href":51,"rel":52},"https://gitlab.com/gitlab-org/gitlab-ce/issues/30472#note_27747600",[],"support nested groups with MySQL in a performant way",[46,55,56,57],{},"We have to use hacks to increase limits on columns and this can lead to ",[16,58,61],{"href":59,"rel":60},"https://gitlab.com/gitlab-org/gitlab-ce/issues/49583",[],"MySQL refusing to store data",[46,63,64,65,70,71,75,76,79],{},"MySQL ",[16,66,69],{"href":67,"rel":68},"https://gitlab.com/gitlab-org/gitlab-ce/issues/40168",[],"can't add"," ",[72,73,74],"code",{},"TEXT"," type column without ",[72,77,78],{},"length"," specified",[46,81,82,83],{},"MySQL doesn't ",[16,84,87],{"href":85,"rel":86},"https://dba.stackexchange.com/questions/106589/to-have-postgresql-like-partial-index-in-mysql-5-5",[],"support partial indexes",[46,89,90,91,96],{},"These limitations have already created a number of places where MySQL was already not supported (including with ",[16,92,95],{"href":93,"rel":94},"https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11914/diffs",[],"Geo",")",[29,98,100],{"id":99},"it-made-us-slower","It made us slower",[12,102,103,104,109,110,115,116,121],{},"In order to work around some of the pain points above, we ended of creating a lot of ",[16,105,108],{"href":106,"rel":107},"https://gitlab.com/gitlab-org/gitlab-ee/blob/7ef7c604729c2627914bcc0ece3355786a9a3413/ee/db/migrate/20180831134049_allow_many_prometheus_alerts.rb#L30",[],"MySQL","-",[16,111,114],{"href":112,"rel":113},"https://gitlab.com/gitlab-org/gitlab-ee/blob/7ef7c604729c2627914bcc0ece3355786a9a3413/db/migrate/prometheus_metrics_limits_to_mysql.rb",[],"specific","\ncode. In some cases this led to ",[16,117,120],{"href":118,"rel":119},"https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16793",[],"merge requests that were twice as complex","\nbecause they had to support a second database backend. Creating and maintaining this code is a drain on our cycle time and velocity, and it puts a\ndampener on our value of iteration.",[12,123,124],{},"It also made us slower because our CI system would run our test suites twice, once on each backend. Removing support\nfor MySQL reduces the time for our CI jobs, and reduces the costs. These costs ended up being considerable,\nand it was difficult to justify the expense with the small number of users choosing MySQL.",[29,126,128],{"id":127},"we-couldnt-take-advantage-of-either-backend","We couldn't take advantage of either backend",[12,130,131,132,137,138,141,142,147],{},"By providing support for both database backends (PostgreSQL and MySQL) we were unable to truly take advantage\nof either. Where we wanted to utilize specific performance and realiability capabilities unique to a backend,\nwe had to instead choose the lowest common denominator. As an example (there are ",[16,133,136],{"href":134,"rel":135},"https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/24987#note_186506464",[],"more","), we wanted to use PostgreSQL's ",[72,139,140],{},"LATERAL JOIN"," for optimizing dashboards events, but ",[16,143,146],{"href":144,"rel":145},"https://gitlab.com/gitlab-org/gitlab-ce/issues/31806#note_32117488",[],"couldn't because it was not available in MySQL",".",[29,149,151],{"id":150},"most-of-our-customers-are-on-postgresql","Most of our customers are on PostgreSQL",[12,153,154,155,160],{},"Using ",[16,156,159],{"href":157,"rel":158},"https://docs.gitlab.com/administration/settings/usage_statistics/#usage-ping",[],"Usage Ping"," data we got a clear sense that the vast majority of our customers had already moved to PostgreSQL.\nWe've seen a steady migration to PostgreSQL and recently had less than 1200 GitLab instances reporting their usage of\nMySQL. At the time there were 110,000 instances using PostgreSQL. Of those still using MySQL the majority were using 11.0 or earlier.",[12,162,163],{},"This gave us a lot of confidence that GitLab users still on MySQL could migrate to the bundled PostgreSQL backend\nif they choose to upgrade to 12.1 and beyond, or remain on MySQL in older versions of GitLab.",[12,165,166],{},"As a side note – we don't use MySQL ourselves, and not doing so meant we weren't encountering issues BEFORE our users.",[29,168,170],{"id":169},"need-help-migrating","Need help migrating?",[12,172,173,174,179],{},"If you are one of those users, please check out our ",[16,175,178],{"href":176,"rel":177},"https://docs.gitlab.com/update/",[],"migration docs"," for a guide on upgrading from MySQL to PostgreSQL.",{"title":181,"searchDepth":182,"depth":182,"links":183},"",2,[184,185,186,187,188],{"id":31,"depth":182,"text":32},{"id":99,"depth":182,"text":100},{"id":127,"depth":182,"text":128},{"id":150,"depth":182,"text":151},{"id":169,"depth":182,"text":170},"company","2019-06-27","GitLab will be ending support for MySQL starting with our 12.1 release – here's why.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663397/Blog/Hero%20Images/logoforblogpost.jpg",{},true,"/en-us/blog/removing-mysql-support",{"title":5,"description":191,"ogTitle":5,"ogDescription":191,"noIndex":194,"ogImage":195,"ogUrl":200,"ogSiteName":201,"ogType":202,"canonicalUrls":200},"https://about.gitlab.com/blog/removing-mysql-support","https://about.gitlab.com","article","removing-mysql-support","en-us/blog/removing-mysql-support",[206],"releases","BlogPost","uzdsLZIbss6cOlWgEPHEyAmcvet_NLm9yT52lBzJE_I",{"logo":210,"freeTrial":215,"sales":220,"login":225,"items":230,"search":556,"minimal":587,"duo":606,"switchNav":615,"pricingDeployment":626},{"config":211},{"href":212,"dataGaName":213,"dataGaLocation":214},"/","gitlab logo","header",{"text":216,"config":217},"Get free trial",{"href":218,"dataGaName":219,"dataGaLocation":214},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":221,"config":222},"Request a demo",{"href":223,"dataGaName":224,"dataGaLocation":214},"/sales/?contact-topic=request-demo","sales",{"text":226,"config":227},"Sign in",{"href":228,"dataGaName":229,"dataGaLocation":214},"https://gitlab.com/users/sign_in/","sign in",[231,260,360,365,479,534],{"text":232,"config":233,"menu":235},"Platform",{"dataNavLevelOne":234},"platform",{"type":236,"columns":237},"cards",[238,244,252],{"title":232,"description":239,"link":240},"The intelligent orchestration platform for DevSecOps",{"text":241,"config":242},"Explore our Platform",{"href":243,"dataGaName":234,"dataGaLocation":214},"/platform/",{"title":245,"description":246,"link":247},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":248,"config":249},"Meet GitLab Duo",{"href":250,"dataGaName":251,"dataGaLocation":214},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":253,"description":254,"link":255},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":256,"config":257},"Learn more",{"href":258,"dataGaName":259,"dataGaLocation":214},"/why-gitlab/","why gitlab",{"text":261,"left":197,"config":262,"menu":264},"Product",{"dataNavLevelOne":263},"solutions",{"type":265,"link":266,"columns":270,"feature":339},"lists",{"text":267,"config":268},"View all Solutions",{"href":269,"dataGaName":263,"dataGaLocation":214},"/solutions/",[271,295,318],{"title":272,"description":273,"link":274,"items":279},"Automation","CI/CD and automation to accelerate deployment",{"config":275},{"icon":276,"href":277,"dataGaName":278,"dataGaLocation":214},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[280,284,287,291],{"text":281,"config":282},"CI/CD",{"href":283,"dataGaLocation":214,"dataGaName":281},"/solutions/continuous-integration/",{"text":245,"config":285},{"href":250,"dataGaLocation":214,"dataGaName":286},"gitlab duo agent platform - product menu",{"text":288,"config":289},"Source Code Management",{"href":290,"dataGaLocation":214,"dataGaName":288},"/solutions/source-code-management/",{"text":292,"config":293},"Automated Software Delivery",{"href":277,"dataGaLocation":214,"dataGaName":294},"Automated software delivery",{"title":296,"description":297,"link":298,"items":303},"Security","Deliver code faster without compromising security",{"config":299},{"href":300,"dataGaName":301,"dataGaLocation":214,"icon":302},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[304,308,313],{"text":305,"config":306},"Application Security Testing",{"href":300,"dataGaName":307,"dataGaLocation":214},"Application security testing",{"text":309,"config":310},"Software Supply Chain Security",{"href":311,"dataGaLocation":214,"dataGaName":312},"/solutions/supply-chain/","Software supply chain security",{"text":314,"config":315},"Software Compliance",{"href":316,"dataGaName":317,"dataGaLocation":214},"/solutions/software-compliance/","software compliance",{"title":319,"link":320,"items":325},"Measurement",{"config":321},{"icon":322,"href":323,"dataGaName":324,"dataGaLocation":214},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[326,330,334],{"text":327,"config":328},"Visibility & Measurement",{"href":323,"dataGaLocation":214,"dataGaName":329},"Visibility and Measurement",{"text":331,"config":332},"Value Stream Management",{"href":333,"dataGaLocation":214,"dataGaName":331},"/solutions/value-stream-management/",{"text":335,"config":336},"Analytics & Insights",{"href":337,"dataGaLocation":214,"dataGaName":338},"/solutions/analytics-and-insights/","Analytics and insights",{"title":340,"type":265,"items":341},"GitLab for",[342,348,354],{"text":343,"config":344},"Enterprise",{"icon":345,"href":346,"dataGaLocation":214,"dataGaName":347},"Building","/enterprise/","enterprise",{"text":349,"config":350},"Small Business",{"icon":351,"href":352,"dataGaLocation":214,"dataGaName":353},"Work","/small-business/","small business",{"text":355,"config":356},"Public Sector",{"icon":357,"href":358,"dataGaLocation":214,"dataGaName":359},"Organization","/solutions/public-sector/","public sector",{"text":361,"config":362},"Pricing",{"href":363,"dataGaName":364,"dataGaLocation":214,"dataNavLevelOne":364},"/pricing/","pricing",{"text":366,"config":367,"menu":369},"Resources",{"dataNavLevelOne":368},"resources",{"type":265,"link":370,"columns":374,"feature":468},{"text":371,"config":372},"View all resources",{"href":373,"dataGaName":368,"dataGaLocation":214},"/resources/",[375,408,435],{"title":376,"items":377},"Getting started",[378,383,388,393,398,403],{"text":379,"config":380},"Install",{"href":381,"dataGaName":382,"dataGaLocation":214},"/install/","install",{"text":384,"config":385},"Quick start guides",{"href":386,"dataGaName":387,"dataGaLocation":214},"/get-started/","quick setup checklists",{"text":389,"config":390},"Learn",{"href":391,"dataGaLocation":214,"dataGaName":392},"https://university.gitlab.com/","learn",{"text":394,"config":395},"Product documentation",{"href":396,"dataGaName":397,"dataGaLocation":214},"https://docs.gitlab.com/","product documentation",{"text":399,"config":400},"Best practice videos",{"href":401,"dataGaName":402,"dataGaLocation":214},"/getting-started-videos/","best practice videos",{"text":404,"config":405},"Integrations",{"href":406,"dataGaName":407,"dataGaLocation":214},"/integrations/","integrations",{"title":409,"items":410},"Discover",[411,416,421,426,430],{"text":412,"config":413},"Customer success stories",{"href":414,"dataGaName":415,"dataGaLocation":214},"/customers/","customer success stories",{"text":417,"config":418},"Blog",{"href":419,"dataGaName":420,"dataGaLocation":214},"/blog/","blog",{"text":422,"config":423},"Demo Hub",{"href":424,"dataGaName":425,"dataGaLocation":214},"/demo-hub/","demo hub",{"text":427,"config":428},"The Source",{"href":429,"dataGaName":420,"dataGaLocation":214},"/the-source/",{"text":431,"config":432},"Remote",{"href":433,"dataGaName":434,"dataGaLocation":214},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":436,"items":437},"Connect",[438,443,448,453,458,463],{"text":439,"config":440},"GitLab Services",{"href":441,"dataGaName":442,"dataGaLocation":214},"/services/","services",{"text":444,"config":445},"Contribute",{"href":446,"dataGaName":447,"dataGaLocation":214},"https://contributors.gitlab.com","contribute",{"text":449,"config":450},"Community",{"href":451,"dataGaName":452,"dataGaLocation":214},"/community/","community",{"text":454,"config":455},"Forum",{"href":456,"dataGaName":457,"dataGaLocation":214},"https://forum.gitlab.com/","forum",{"text":459,"config":460},"Events",{"href":461,"dataGaName":462,"dataGaLocation":214},"/events/","events",{"text":464,"config":465},"Partners",{"href":466,"dataGaName":467,"dataGaLocation":214},"/partners/","partners",{"config":469,"title":472,"text":473,"link":474},{"background":470,"textColor":471},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":475,"config":476},"Read the latest",{"href":477,"dataGaName":478,"dataGaLocation":214},"/whats-new/","whats new",{"text":480,"config":481,"menu":482},"Company",{"dataNavLevelOne":189},{"type":265,"columns":483},[484],{"items":485},[486,491,497,499,504,509,514,519,524,529],{"text":487,"config":488},"About",{"href":489,"dataGaName":490,"dataGaLocation":214},"/company/","about",{"text":492,"config":493,"footerGa":496},"Jobs",{"href":494,"dataGaName":495,"dataGaLocation":214},"/jobs/","jobs",{"dataGaName":495},{"text":459,"config":498},{"href":461,"dataGaName":462,"dataGaLocation":214},{"text":500,"config":501},"Leadership",{"href":502,"dataGaName":503,"dataGaLocation":214},"/company/team/e-group/","leadership",{"text":505,"config":506},"Handbook",{"href":507,"dataGaName":508,"dataGaLocation":214},"https://handbook.gitlab.com/","handbook",{"text":510,"config":511},"Investor relations",{"href":512,"dataGaName":513,"dataGaLocation":214},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":515,"config":516},"Trust Center",{"href":517,"dataGaName":518,"dataGaLocation":214},"/security/","trust center",{"text":520,"config":521},"AI Transparency Center",{"href":522,"dataGaName":523,"dataGaLocation":214},"/ai-transparency-center/","ai transparency center",{"text":525,"config":526},"Newsletter",{"href":527,"dataGaName":528,"dataGaLocation":214},"/company/contact/#contact-forms","newsletter",{"text":530,"config":531},"Press",{"href":532,"dataGaName":533,"dataGaLocation":214},"/press/","press",{"text":535,"config":536,"menu":537},"Contact us",{"dataNavLevelOne":189},{"type":265,"columns":538},[539],{"items":540},[541,546,551],{"text":542,"config":543},"Talk to sales",{"href":544,"dataGaName":545,"dataGaLocation":214},"/sales/","talk to sales",{"text":547,"config":548},"Support portal",{"href":549,"dataGaName":550,"dataGaLocation":214},"https://support.gitlab.com/hc/en-us","support portal",{"text":552,"config":553},"Customer portal",{"href":554,"dataGaName":555,"dataGaLocation":214},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":557,"login":558,"suggestions":565},"Close",{"text":559,"link":560},"To search repositories and projects, login to",{"text":561,"config":562},"gitlab.com",{"href":228,"dataGaName":563,"dataGaLocation":564},"search login","search",{"text":566,"default":567},"Suggestions",[568,570,574,576,580,584],{"text":245,"config":569},{"href":250,"dataGaName":245,"dataGaLocation":564},{"text":571,"config":572},"Code Suggestions (AI)",{"href":573,"dataGaName":571,"dataGaLocation":564},"/solutions/code-suggestions/",{"text":281,"config":575},{"href":283,"dataGaName":281,"dataGaLocation":564},{"text":577,"config":578},"GitLab on AWS",{"href":579,"dataGaName":577,"dataGaLocation":564},"/partners/technology-partners/aws/",{"text":581,"config":582},"GitLab on Google Cloud",{"href":583,"dataGaName":581,"dataGaLocation":564},"/partners/technology-partners/google-cloud-platform/",{"text":585,"config":586},"Why GitLab?",{"href":258,"dataGaName":585,"dataGaLocation":564},{"freeTrial":588,"mobileIcon":593,"desktopIcon":598,"secondaryButton":601},{"text":589,"config":590},"Start free trial",{"href":591,"dataGaName":219,"dataGaLocation":592},"https://gitlab.com/-/trials/new/","nav",{"altText":594,"config":595},"Gitlab Icon",{"src":596,"dataGaName":597,"dataGaLocation":592},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":594,"config":599},{"src":600,"dataGaName":597,"dataGaLocation":592},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":602,"config":603},"Get Started",{"href":604,"dataGaName":605,"dataGaLocation":592},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":607,"mobileIcon":611,"desktopIcon":613},{"text":608,"config":609},"Learn more about GitLab Duo",{"href":250,"dataGaName":610,"dataGaLocation":592},"gitlab duo",{"altText":594,"config":612},{"src":596,"dataGaName":597,"dataGaLocation":592},{"altText":594,"config":614},{"src":600,"dataGaName":597,"dataGaLocation":592},{"button":616,"mobileIcon":621,"desktopIcon":623},{"text":617,"config":618},"/switch",{"href":619,"dataGaName":620,"dataGaLocation":592},"#contact","switch",{"altText":594,"config":622},{"src":596,"dataGaName":597,"dataGaLocation":592},{"altText":594,"config":624},{"src":625,"dataGaName":597,"dataGaLocation":592},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":627,"mobileIcon":632,"desktopIcon":634},{"text":628,"config":629},"Back to pricing",{"href":363,"dataGaName":630,"dataGaLocation":592,"icon":631},"back to pricing","GoBack",{"altText":594,"config":633},{"src":596,"dataGaName":597,"dataGaLocation":592},{"altText":594,"config":635},{"src":600,"dataGaName":597,"dataGaLocation":592},{"title":637,"titleMobile":638,"button":639,"config":644},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":256,"config":640},{"href":641,"dataGaName":642,"dataGaLocation":643},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":645,"disabled":194},"release",{"data":647},{"text":648,"source":649,"edit":655,"contribute":660,"config":665,"items":670,"minimal":880},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":650,"config":651},"View page source",{"href":652,"dataGaName":653,"dataGaLocation":654},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":656,"config":657},"Edit this page",{"href":658,"dataGaName":659,"dataGaLocation":654},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":661,"config":662},"Please contribute",{"href":663,"dataGaName":664,"dataGaLocation":654},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":666,"facebook":667,"youtube":668,"linkedin":669},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[671,718,772,816,848],{"title":361,"links":672,"subMenu":687},[673,677,682],{"text":674,"config":675},"View plans",{"href":363,"dataGaName":676,"dataGaLocation":654},"view plans",{"text":678,"config":679},"Why Premium?",{"href":680,"dataGaName":681,"dataGaLocation":654},"/pricing/premium/","why premium",{"text":683,"config":684},"Why Ultimate?",{"href":685,"dataGaName":686,"dataGaLocation":654},"/pricing/ultimate/","why ultimate",[688],{"title":689,"links":690},"Contact Us",[691,694,696,698,703,708,713],{"text":692,"config":693},"Contact sales",{"href":544,"dataGaName":224,"dataGaLocation":654},{"text":547,"config":695},{"href":549,"dataGaName":550,"dataGaLocation":654},{"text":552,"config":697},{"href":554,"dataGaName":555,"dataGaLocation":654},{"text":699,"config":700},"Status",{"href":701,"dataGaName":702,"dataGaLocation":654},"https://status.gitlab.com/","status",{"text":704,"config":705},"Terms of use",{"href":706,"dataGaName":707,"dataGaLocation":654},"/terms/","terms of use",{"text":709,"config":710},"Privacy statement",{"href":711,"dataGaName":712,"dataGaLocation":654},"/privacy/","privacy statement",{"text":714,"config":715},"Cookie preferences",{"dataGaName":716,"dataGaLocation":654,"id":717,"isOneTrustButton":197},"cookie preferences","ot-sdk-btn",{"title":261,"links":719,"subMenu":728},[720,724],{"text":721,"config":722},"DevSecOps platform",{"href":243,"dataGaName":723,"dataGaLocation":654},"devsecops platform",{"text":725,"config":726},"AI-Assisted Development",{"href":250,"dataGaName":727,"dataGaLocation":654},"ai-assisted development",[729],{"title":730,"links":731},"Topics",[732,737,742,747,752,757,762,767],{"text":733,"config":734},"CICD",{"href":735,"dataGaName":736,"dataGaLocation":654},"/topics/ci-cd/","cicd",{"text":738,"config":739},"GitOps",{"href":740,"dataGaName":741,"dataGaLocation":654},"/topics/gitops/","gitops",{"text":743,"config":744},"DevOps",{"href":745,"dataGaName":746,"dataGaLocation":654},"/topics/devops/","devops",{"text":748,"config":749},"Version Control",{"href":750,"dataGaName":751,"dataGaLocation":654},"/topics/version-control/","version control",{"text":753,"config":754},"DevSecOps",{"href":755,"dataGaName":756,"dataGaLocation":654},"/topics/devsecops/","devsecops",{"text":758,"config":759},"Cloud Native",{"href":760,"dataGaName":761,"dataGaLocation":654},"/topics/cloud-native/","cloud native",{"text":763,"config":764},"AI for Coding",{"href":765,"dataGaName":766,"dataGaLocation":654},"/topics/devops/ai-for-coding/","ai for coding",{"text":768,"config":769},"Agentic AI",{"href":770,"dataGaName":771,"dataGaLocation":654},"/topics/agentic-ai/","agentic ai",{"title":773,"links":774},"Solutions",[775,777,779,784,788,791,795,798,800,803,806,811],{"text":305,"config":776},{"href":300,"dataGaName":305,"dataGaLocation":654},{"text":294,"config":778},{"href":277,"dataGaName":278,"dataGaLocation":654},{"text":780,"config":781},"Agile development",{"href":782,"dataGaName":783,"dataGaLocation":654},"/solutions/agile-delivery/","agile delivery",{"text":785,"config":786},"SCM",{"href":290,"dataGaName":787,"dataGaLocation":654},"source code management",{"text":733,"config":789},{"href":283,"dataGaName":790,"dataGaLocation":654},"continuous integration & delivery",{"text":792,"config":793},"Value stream management",{"href":333,"dataGaName":794,"dataGaLocation":654},"value stream management",{"text":738,"config":796},{"href":797,"dataGaName":741,"dataGaLocation":654},"/solutions/gitops/",{"text":343,"config":799},{"href":346,"dataGaName":347,"dataGaLocation":654},{"text":801,"config":802},"Small business",{"href":352,"dataGaName":353,"dataGaLocation":654},{"text":804,"config":805},"Public sector",{"href":358,"dataGaName":359,"dataGaLocation":654},{"text":807,"config":808},"Education",{"href":809,"dataGaName":810,"dataGaLocation":654},"/solutions/education/","education",{"text":812,"config":813},"Financial services",{"href":814,"dataGaName":815,"dataGaLocation":654},"/solutions/finance/","financial services",{"title":366,"links":817},[818,820,822,824,827,829,832,834,836,838,840,842,844,846],{"text":379,"config":819},{"href":381,"dataGaName":382,"dataGaLocation":654},{"text":384,"config":821},{"href":386,"dataGaName":387,"dataGaLocation":654},{"text":389,"config":823},{"href":391,"dataGaName":392,"dataGaLocation":654},{"text":394,"config":825},{"href":396,"dataGaName":826,"dataGaLocation":654},"docs",{"text":417,"config":828},{"href":419,"dataGaName":420,"dataGaLocation":654},{"text":830,"config":831},"What's new",{"href":477,"dataGaName":478,"dataGaLocation":654},{"text":412,"config":833},{"href":414,"dataGaName":415,"dataGaLocation":654},{"text":431,"config":835},{"href":433,"dataGaName":434,"dataGaLocation":654},{"text":439,"config":837},{"href":441,"dataGaName":442,"dataGaLocation":654},{"text":444,"config":839},{"href":446,"dataGaName":447,"dataGaLocation":654},{"text":449,"config":841},{"href":451,"dataGaName":452,"dataGaLocation":654},{"text":454,"config":843},{"href":456,"dataGaName":457,"dataGaLocation":654},{"text":459,"config":845},{"href":461,"dataGaName":462,"dataGaLocation":654},{"text":464,"config":847},{"href":466,"dataGaName":467,"dataGaLocation":654},{"title":480,"links":849},[850,852,854,856,858,860,864,869,871,873,875],{"text":487,"config":851},{"href":489,"dataGaName":189,"dataGaLocation":654},{"text":492,"config":853},{"href":494,"dataGaName":495,"dataGaLocation":654},{"text":500,"config":855},{"href":502,"dataGaName":503,"dataGaLocation":654},{"text":505,"config":857},{"href":507,"dataGaName":508,"dataGaLocation":654},{"text":510,"config":859},{"href":512,"dataGaName":513,"dataGaLocation":654},{"text":861,"config":862},"Sustainability",{"href":863,"dataGaName":861,"dataGaLocation":654},"/sustainability/",{"text":865,"config":866},"Diversity, inclusion and belonging (DIB)",{"href":867,"dataGaName":868,"dataGaLocation":654},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":515,"config":870},{"href":517,"dataGaName":518,"dataGaLocation":654},{"text":525,"config":872},{"href":527,"dataGaName":528,"dataGaLocation":654},{"text":530,"config":874},{"href":532,"dataGaName":533,"dataGaLocation":654},{"text":876,"config":877},"Modern Slavery Transparency Statement",{"href":878,"dataGaName":879,"dataGaLocation":654},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":881},[882,885,888],{"text":883,"config":884},"Terms",{"href":706,"dataGaName":707,"dataGaLocation":654},{"text":886,"config":887},"Cookies",{"dataGaName":716,"dataGaLocation":654,"id":717,"isOneTrustButton":197},{"text":889,"config":890},"Privacy",{"href":711,"dataGaName":712,"dataGaLocation":654},[892],{"id":893,"title":7,"body":193,"config":894,"content":896,"description":193,"extension":899,"meta":900,"navigation":197,"path":901,"seo":902,"stem":903,"__hash__":904},"blogAuthors/en-us/blog/authors/kenny-johnston.yml",{"template":895},"BlogAuthor",{"name":7,"config":897},{"headshot":181,"ctfId":898},"kencjohnston","yml",{},"/en-us/blog/authors/kenny-johnston",{},"en-us/blog/authors/kenny-johnston","QrcGXUqTi09ocWHb4i4y8NQljaE8Vl8-Ga3etcioOh0",[906,914,921],{"title":907,"description":908,"heroImage":909,"category":189,"date":910,"authors":911,"slug":913,"externalUrl":193},"Why GitLab signed the Open Weights and American AI Leadership letter","GitLab supports customer choice, data privacy, and AI model neutrality, empowering teams to run secure, cost-effective, local solutions.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785333264/ww4mlighwlvvzgnmbe6w.png","2026-07-29",[912],"Bill Staples","open-weight-model-letter",{"title":915,"description":916,"heroImage":917,"category":189,"date":918,"authors":919,"slug":920,"externalUrl":193},"GitLab Act 2","A letter to our customers and our investors.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776362275/ozbwn9tk0dditpnfddlz.png","2026-05-11",[912],"gitlab-act-2",{"title":922,"description":923,"heroImage":924,"category":189,"date":925,"authors":926,"slug":928,"externalUrl":193},"GitLab named a 2026 Omdia Universe Leader","Omdia's 2026 report on AI-assisted software development ranked 19 vendors. Here is what GitLab's top scores mean for engineering teams.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-13",[927],"Rebecca Carter","gitlab-named-a-2026-omdia-universe-leader",{"promotions":930},[931,945,957,969],{"id":932,"categories":933,"header":935,"text":936,"button":937,"image":942},"ai-modernization",[934],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":938,"config":939},"Get your AI maturity score",{"href":940,"dataGaName":941,"dataGaLocation":420},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":943},{"src":944},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":946,"categories":947,"header":949,"text":936,"button":950,"image":954},"devops-modernization",[948,756],"product","Are you just managing tools or shipping innovation?",{"text":951,"config":952},"Get your DevOps maturity score",{"href":953,"dataGaName":941,"dataGaLocation":420},"/assessments/devops-modernization-assessment/",{"config":955},{"src":956},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":958,"categories":959,"header":961,"text":936,"button":962,"image":966},"security-modernization",[960],"security","Are you trading speed for security?",{"text":963,"config":964},"Get your security maturity score",{"href":965,"dataGaName":941,"dataGaLocation":420},"/assessments/security-modernization-assessment/",{"config":967},{"src":968},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":970,"paths":971,"header":974,"text":975,"button":976,"image":981},"github-azure-migration",[972,973],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":977,"config":978},"See how GitLab compares to GitHub",{"href":979,"dataGaName":980,"dataGaLocation":420},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":982},{"src":956},{"header":984,"blurb":985,"button":986,"secondaryButton":991},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":987,"config":988},"Get your free trial",{"href":989,"dataGaName":219,"dataGaLocation":990},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":692,"config":992},{"href":544,"dataGaName":224,"dataGaLocation":990},1786803752322]