Files
Dena/docs/databases/mariadb.md
2026-08-13 19:50:53 +03:30

12 lines
345 B
Markdown

## How to use Peatio with MariaDB
Peatio supports MariaDB 10.2.7 and upper.
MariaDB json types are not well supported by Rails, to make the application work properly you need to enable explicit serialization and deserialization of JSON fields.
To do so, set the following environment variable:
```bash
export DATABASE_SUPPORT_JSON=false
```