Hi All,
Hopefully a basic question, when trying to run the migrate-db command to initialise the stellar-bridge database on using a postgresql database, I'm getting the following error:
FATA[0000] Cannot connect to a DB: pq: SSL is not enabled on the server
I've tried to disable SSL using the URL as follows:
url = "postgres:admin@127.0.0.1/stellar_bridge?sslmode=disable"
but I still get the same error.
Do I have to set up SSL on the postgresql database? Is it easier to stick with mysql?
Thanks,