1. Home
  2. Hosting and Web
  3. Databases
  4. Quitting support of outdated database versions

Quitting support of outdated database versions

In a year 2020 some versions of the SQL databases will cease to be supported. Bellow you can find more information that will help you prepare for this update and help you secure compatibility of your website with a new version.

Date of update

Database versionDate of updateNew version
MySQL 5.0from 24.8.2020MySQL 5.7
MySQL 5.1from 22.9.2020MySQL 5.7
MariaDB 5.5Q4 2020MariaDB 10.3
PostgreSQL 9Q4 2020PostgreSQL 10
SQL versions update plan. Exact date of update of your database will be send by e-mail.

Update will be done automatically and current login details to the database will remain. Change in the application/website thus won’t be necessary.

Manual update

If you prefer more control, manual update of your database is available already. (link to Migration/update of MySQL databases article).

Manual migration will transfer your database to a different server – login credentials will change. Therefore it is necessary to update them in your application/website with a new hostname, port, database name, database user and password.

Web compatibility and changes

If you are using modern content management system like WordPress you website should work without issues with new SQL versions. All most popular CMS are fully compatible with these databases – you just need to use newest versions along with newest versions of plugins and themes.

Official documentation of changes

If you are using tailored website/application, you may find useful official documentation and change description between versions.

Updated on October 3, 2024

Was this article helpful?

Related Articles