Closed beheist closed 6 years ago
TODO: Setup still displays a warning message when using utf8 with postgresql.
I changed the confirmation message logic so that MySQL/MariaDB and Postgres are handled separately. Now it looks like the following. Postgres:
MariaDB:
Since postgres does not know utf8mb4, the setup fails now when using a postgres DB. We need to manually override the charset for postgres to work.