Skip to content

[database:*] Support for multiples database #1559

Open
@itsdarrylnorris

Description

Problem / Motivation

Database dump functionality is hardcore for MySQL. And Drupal 8 support the following databases:

  • MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with InnoDB
  • PostgreSQL 9.1.2 or higher
  • SQLite 3.6.8 or higher

We should add support for these database to add the ability of user backing up their database. There are other types of databases; however, they are not as popular. For now we should try to support those for database dump.

Solution

Add support to the following database.

  • MariaDB 5.5.20/Percona Server 5.5.8 or higher with InnoDB
  • PostgreSQL 9.1.2 or higher
  • SQLite 3.6.8 or higher

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions