postgresql - Postgres SSL error -
I am trying to run a Drupal migration via SSH and Dash (a command line shell), Postgrease Database Copying data from
SQLSTATE [HY000]: General error: 7 SSL [Error] SYSCALL error: EOIF detected
Postgreres database connection seems , And I only get errors:
SQLSTATE [HY000]: common error: 7 [error] connection to server
It works well at the local level, so I think the problem should be with postgres and run a script on the SSH - but canceling these errors does not return anything useful. Does anyone know what this can be?
A time may expire, check log for the first time (perhaps ssl_renegotiation_limit may change)
BTW: IIRC, renigination does not occur after a certain time, but after some transmitted characters (2 GB?)
Comments
Post a Comment