Notice: Database engine support change

See original GitHub issue

With v6 we are planning to adopt official database engine support policy. You can find this in ENGINE.md

Engine Minimum supported version
Postgre 9.5
MySQL 5.7
MariaDB 10.1
Microsoft SQL ?
SQLite 3.0

This means older versions for these database engines will not work with Sequelize v6. If you have any comments related to this please let us know.

Note : MSSQL minimum supported version is still pending investigation

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

6reactions
julesnuggycommented, Jan 25, 2021

I’m also getting this error. I’m using mysql2^2.2.5 and my laptop has MySQL Server 8.0.23 installed. My server still spins up and works, but just not sure why the error message is appearing.

2reactions
salihkaragozcommented, Aug 20, 2020

Hi, My MariaDB database engine version is 10.3. I’m still getting the following warning

[SEQUELIZE0006] DeprecationWarning: This database engine version is not supported, please update your database server. More information https://github.com/sequelize/sequelize/blob/master/ENGINE.md

Node Version: v10.13.0 “dependencies”: { “express”: “^4.17.1”, “mariadb”: “^2.4.2”, “sequelize”: “^6.3.4” }

10.3.23-MariaDB-log - MariaDB Server

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecated Database Engine Features - SQL Server 2016
Category Deprecated feature Replacement Backup and restore BACKUP TO TAPE BACKUP TO device_that_is_a_tape BACKUP TO D... Backup and restore sp_addumpdevice'tape' sp_addumpde... Backup and restore sp_helpdevice sys.backup_d......
Read more >
Database engine updates for Amazon Aurora MySQL
Amazon Aurora releases updates regularly. Updates are applied to Aurora DB clusters during system maintenance windows. The timing when updates are applied ...
Read more >
How to Change the Database Engine of a MySQL ...
A database engine is the foundation of a Database Management System. It allows a DBMS to create, read, update and delete data from...
Read more >
Cloud SQL FAQ
Tracking changes to data can help you recover from accidental data loss. ... You may notice this user if you specify SHOW GRANTS...
Read more >
Manually upgrading the PostgreSQL version of your ...
Platform Notice: AWS only - This article only applies to ... Support for PostgreSQL 12 was added in Bitbucket Server and Data Center...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found