Migrations for indexes should run in a seperate session

closes #5349
This commit is contained in:
Matthias
2021-07-31 16:36:28 +02:00
parent 1ccc89d1e9
commit c5e3348b89
3 changed files with 8 additions and 102 deletions

View File

@@ -110,7 +110,7 @@ DELETE FROM trades WHERE id = 31;
Freqtrade supports PostgreSQL by using SQLAlchemy, which supports multiple different database systems.
Installation:
`pip install psycopg2`
`pip install psycopg2-binary`
Usage:
`... --db-url postgresql+psycopg2://<username>:<password>@localhost:5432/<database>`