{"id":242835,"date":"2025-04-22T11:13:45","date_gmt":"2025-04-22T18:13:45","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=242835"},"modified":"2025-12-02T13:56:44","modified_gmt":"2025-12-02T20:56:44","slug":"azure-retiring-azure-database-for-mariadb","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/","title":{"rendered":"Azure Retiring Azure Database for MariaDB"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-summary\">SUMMARY:<\/h2>\n\n\n\n<p>Microsoft is&nbsp;permanently retiring the&nbsp;<strong>Azure Database for MariaDB<\/strong>&nbsp;service on September 19, 2025, requiring all current users to migrate their database instances immediately to prevent permanent deletion and loss of all data, primarily by migrating&nbsp;to the recommended<strong>&nbsp;Azure Database for MySQL<\/strong>&nbsp;\u2013 Flexible Server platform.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Microsoft stopped allowing the creation of new MariaDB instances on March 19, 2024, and all remaining instances will be permanently deleted after the September 19, 2025, retirement date.<\/li>\n\n\n\n<li>The recommended migration path is\u00a0to move all instances to\u00a0<strong>Azure Database for MySQL \u2013 Flexible Server<\/strong>, a fully managed PaaS offering with enhanced features, including increased availability and improved\u00a0security.<\/li>\n\n\n\n<li>The standard migration procedure involves creating a new MySQL Flexible Server instance, backing up and restoring the MariaDB data, configuring replication, and executing a cutover once the replication lag reaches zero.<\/li>\n\n\n\n<li>Alternative options for migration include self-hosting MariaDB on virtual machines, which is not recommended for production environments, or migrating the MariaDB databases to Amazon Web Services (AWS) Relational Database Service (RDS).<\/li>\n<\/ul>\n\n\n\n<p>Organizations must act promptly to initiate the migration process now to ensure sufficient time for appropriate changes and extensive testing before the final deadline.<\/p>\n\n\n\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents<\/h2><ul><li><a href=\"#h-summary\" data-level=\"2\">SUMMARY:<\/a><\/li><li><a href=\"#h-what-is-mariadb-nbsp\" data-level=\"2\">What is MariaDB?\u00a0<\/a><\/li><li><a href=\"#h-what-is-changing\" data-level=\"2\">What is Changing?<\/a><\/li><li><a href=\"#h-what-are-the-options\" data-level=\"2\">What are the Options?<\/a><\/li><\/ul><\/div>\n\n\n\n<p>Microsoft has announced that it is retiring <a href=\"https:\/\/virtual-dba.com\/platforms\/azure\/\">Azure<\/a> Database for MariaDB on September 19, 2025.&nbsp;Beginning on March 19, 2024, Microsoft disabled the option to create new MariaDB instances.&nbsp;Any that were created before this date will continue to run until the retirement date. Any that remain will be permanently deleted, and all data that is not backed up or migrated will be lost.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-mariadb-nbsp\">What is MariaDB?&nbsp;<\/h2>\n\n\n\n<p>MariaDB is a relational database that was created by the developers of MySQL as a &#8220;drop-in replacement&#8221; for MySQL 5.5.&nbsp; Starting with version 10, MariaDB introduced new features not included in MySQL but still compatible.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-changing\">What is Changing?<\/h2>\n\n\n\n<p>On September 19, 2025, Azure Database for MariaDB will be retired permanently.&nbsp;Any existing&nbsp;MariaDB instances will be deleted.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-are-the-options\">What are the Options?<\/h2>\n\n\n\n<p>Microsoft recommends migrating all instances to Azure Database for MySQL &#8211; Flexible Server.&nbsp;Azure Database for MySQL &#8211; Flexible Server is a fully managed PaaS offering from Microsoft with enhanced features such as increased availability, built-in scaling &amp; added security.&nbsp;Microsoft offers MySQL version 5.7, which is compatible with MariaDB versions 10.2 &amp; 10.3, and MySQL version 8.0, which is compatible with MariaDB version 10.5.&nbsp;A complete list of MariaDB to MySQL compatibility can be found <a href=\"https:\/\/mariadb.com\/kb\/en\/mariadb-vs-mysql-compatibility\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.&nbsp;Below are the basic steps to implement a migration to Azure Database for MySQL &#8211; Flexible Server.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create an Azure Database for MySQL &#8211; Flexible Server instance with the appropriate version of MySQL.<\/li>\n\n\n\n<li>Backup the existing Azure Database for MariaDB.<\/li>\n\n\n\n<li>Restore the MariaDB backup to MySQL.<\/li>\n\n\n\n<li>Configure replication from MariaDB to MySQL.<\/li>\n\n\n\n<li>Cutover to MySQL database once replication lag reaches zero.<\/li>\n\n\n\n<li>Upgrade MySQL (Optional)<\/li>\n<\/ul>\n\n\n\n<p>An alternative option is to self-host MariaDB on virtual machines.&nbsp;This option is not recommended for production environments as it is much harder to manage.&nbsp;If you require a version of MySQL that Azure Database for MySQL &#8211; Flexible Server does not offer, this would be the way to achieve that.&nbsp;Microsoft currently supports MySQL version 5.7 &amp; 8.0 and public preview versions 8.4 &amp; 9.1.&nbsp;The public preview versions may not be fully developed and may be unstable, making them not a good choice for production workloads.&nbsp;The steps for self-hosted migration are similar to those above.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create one or more Virtual Machines (VMs).<\/li>\n\n\n\n<li>Install MariaDB on each VM.<\/li>\n\n\n\n<li>Backup the existing Azure Database for MariaDB.<\/li>\n\n\n\n<li>Restore the MariaDB backup to MariaDB on each VM.<\/li>\n\n\n\n<li>Configure replication from MariaDB to MySQL.<\/li>\n\n\n\n<li>Cutover to MySQL database once replication lag reaches 0.<\/li>\n\n\n\n<li>Configure replication between MariaDB VMs if required.<\/li>\n<\/ul>\n\n\n\n<p>A third option is to migrate your MariaDB to Amazon Web Services (AWS). AWS offers Relational Database Service (RDS), a fully managed PaaS service.&nbsp;They offer stable versions of MariaDB up to 11.4.5.&nbsp;RDS supports MySQL &amp; PostgresSQL, Microsoft SQL, IBM Db2, and Oracle DB.<\/p>\n\n\n\n<p>No matter the migration path you decide to take, the experts at XTIVIA are here to help. The important thing is to act now to ensure plenty of time to make the appropriate changes and test, test, test.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>For any questions, please contact us.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SUMMARY: Microsoft is&nbsp;permanently retiring the&nbsp;Azure Database for MariaDB&nbsp;service on September 19, 2025, requiring all current users to migrate their database instances immediately to prevent permanent deletion and loss of all data, primarily by migrating&nbsp;to the recommended&nbsp;Azure Database for MySQL&nbsp;\u2013 Flexible Server platform. Organizations must act promptly to initiate the migration process now to ensure sufficient [&hellip;]<\/p>\n","protected":false},"author":66,"featured_media":242843,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4018,4166],"tags":[3689,4204,3915,40],"class_list":["post-242835","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","category-blog","tag-azure","tag-database","tag-mariadb","tag-mysql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Azure Retiring Azure Database for MariaDB - VDBA<\/title>\n<meta name=\"description\" content=\"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Retiring Azure Database for MariaDB\" \/>\n<meta property=\"og:description\" content=\"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-22T18:13:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T20:56:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shane Schlabach\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shane Schlabach\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\"},\"author\":{\"name\":\"Shane Schlabach\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/ee3245e2c78a8099c94f5aa5b89fd17d\"},\"headline\":\"Azure Retiring Azure Database for MariaDB\",\"datePublished\":\"2025-04-22T18:13:45+00:00\",\"dateModified\":\"2025-12-02T20:56:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\"},\"wordCount\":718,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg\",\"keywords\":[\"azure\",\"database\",\"MariaDB\",\"mysql\"],\"articleSection\":[\"Azure\",\"Blog\"],\"inLanguage\":\"en-US\",\"accessibilityFeature\":[\"tableOfContents\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\",\"name\":\"Azure Retiring Azure Database for MariaDB - VDBA\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg\",\"datePublished\":\"2025-04-22T18:13:45+00:00\",\"dateModified\":\"2025-12-02T20:56:44+00:00\",\"description\":\"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg\",\"width\":557,\"height\":291,\"caption\":\"Azure retiring Azure DB with MariaDB\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Azure Retiring Azure Database for MariaDB\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/ee3245e2c78a8099c94f5aa5b89fd17d\",\"name\":\"Shane Schlabach\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c33e8964ae14cc85183b496b2c659fd9f770f12b3597f5e40c1acccb669aa107?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c33e8964ae14cc85183b496b2c659fd9f770f12b3597f5e40c1acccb669aa107?s=96&d=mm&r=g\",\"caption\":\"Shane Schlabach\"},\"url\":\"https:\/\/virtual-dba.com\/author\/shane-schlabach\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Azure Retiring Azure Database for MariaDB - VDBA","description":"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/","og_locale":"en_US","og_type":"article","og_title":"Azure Retiring Azure Database for MariaDB","og_description":"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.","og_url":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2025-04-22T18:13:45+00:00","article_modified_time":"2025-12-02T20:56:44+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg","type":"image\/jpeg"}],"author":"Shane Schlabach","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Shane Schlabach","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/"},"author":{"name":"Shane Schlabach","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/ee3245e2c78a8099c94f5aa5b89fd17d"},"headline":"Azure Retiring Azure Database for MariaDB","datePublished":"2025-04-22T18:13:45+00:00","dateModified":"2025-12-02T20:56:44+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/"},"wordCount":718,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg","keywords":["azure","database","MariaDB","mysql"],"articleSection":["Azure","Blog"],"inLanguage":"en-US","accessibilityFeature":["tableOfContents"]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/","url":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/","name":"Azure Retiring Azure Database for MariaDB - VDBA","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg","datePublished":"2025-04-22T18:13:45+00:00","dateModified":"2025-12-02T20:56:44+00:00","description":"Azure Database for MariaDB retires in 2025. Learn your migration options and step-by-step guidance in this helpful article.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Retiring-Azure-Database-for-MariaDB.jpg","width":557,"height":291,"caption":"Azure retiring Azure DB with MariaDB"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/azure-retiring-azure-database-for-mariadb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"Azure Retiring Azure Database for MariaDB"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/ee3245e2c78a8099c94f5aa5b89fd17d","name":"Shane Schlabach","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c33e8964ae14cc85183b496b2c659fd9f770f12b3597f5e40c1acccb669aa107?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c33e8964ae14cc85183b496b2c659fd9f770f12b3597f5e40c1acccb669aa107?s=96&d=mm&r=g","caption":"Shane Schlabach"},"url":"https:\/\/virtual-dba.com\/author\/shane-schlabach\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/242835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/66"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=242835"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/242835\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/242843"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=242835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=242835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=242835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}