From 23acd3db170d8c633bb67e14777c2cc5c957ab8c Mon Sep 17 00:00:00 2001 From: Pierre-Alain TORET Date: Wed, 11 Jan 2023 17:41:47 +0100 Subject: [PATCH] Add psycopg2 as a requirement --- Migration-from-SQLite-to-PostgreSQL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Migration-from-SQLite-to-PostgreSQL.md b/Migration-from-SQLite-to-PostgreSQL.md index c7df4f0..679c3b1 100644 --- a/Migration-from-SQLite-to-PostgreSQL.md +++ b/Migration-from-SQLite-to-PostgreSQL.md @@ -46,6 +46,10 @@ You will need to setup a database to hold your data. exit ### Configure EteSync for PostgreSQL + +One need to add the psycopg2 requirement to what's already installed. +Either load your venv and pip install psycopg2 or add psycopg2 to your requirement.txt and pip install it again. + Either using the .ini configuration file [database]