This is my first try using pgloader in order to import an sql database into a PostgreSQL database, and I have this error when execution the pgloader commande :
MAX connections reached, increase value of TDS_MAX_CONN
I tried already to increase the value of max_connections
and shared_buffers
in the postgresql.conf
, but nothing has been changed.
max_connections = 300
shared_buffers=256MB
Any solutions plz ?