neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

BUGFIX: Fix setup with postgres #49

Closed beheist closed 6 years ago

beheist commented 6 years ago

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.

beheist commented 6 years ago

TODO: Setup still displays a warning message when using utf8 with postgresql.

beheist commented 6 years ago

I changed the confirmation message logic so that MySQL/MariaDB and Postgres are handled separately. Now it looks like the following. Postgres: image

MariaDB: image