You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the fix is wrong. The Django docs explicetely state that empty host string means unix domain socket connection for postgres. This also reported in #490. So the fallback for unset HOST should be "" and not "localhost".
Current Situation
If HOST key is not present in the DATABASES setting dbbackup will error out.
Proposed Actions
It is valid Django that if HOST is not present it is assumed to be localhost.
I propose that if HOST is not present it is assumed to be localhost as the Django docs suggest.
System Information
all systems are affected.
The text was updated successfully, but these errors were encountered: