Skip to content
Snippets Groups Projects
Commit d7f3cc30 authored by David Trattnig's avatar David Trattnig
Browse files

Note that MariaDB is currently not supported. #75

parent a1d7f1a9
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Aura Engine runs on any modern Debian-based OS. It requires at least
- [`pip`](https://pip.pypa.io/en/stable/)
- [`git`](https://git-scm.com/)
- ['virtualenv'](https://pypi.org/project/virtualenv/)
- [PostgreSQL 13+](https://www.postgresql.org/) or [MariaDB 10+](https://mariadb.org/)
- [PostgreSQL 13+](https://www.postgresql.org/)
**Setting up the project structure**
......@@ -86,6 +86,8 @@ sudo -u postgres psql -f contrib/postgresql-create-database.sql
Alternatively you can also use MariaDB:
> Warning: Due to an [issue with Mysql/MariaDB](https://gitlab.servus.at/aura/engine/-/issues/75) we recommend using PostgreSQL only.
```bash
# Additional Python packages for MariaDB
pip3 install -r contrib/mariadb-requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment