failed to initialize client: failed to get current schema: can't scan into dest[0]: cannot scan NULL into *string
Is the search_path
in either the source or destination empty?
Hi, are you sure the DB credentials have access?
current_schema()
should return something. If it doesn’t (as the case is here), it’s likely a permissions issue.
It was a permission issue on the schema itself.