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
pg_dump is pretty strict about binary/server version mismatch. We need to install all supported major versions into the image and select the right one based off of the version returned by the server.
Description
pg_dumpis pretty strict about binary/server version mismatch. We need to install all supported major versions into the image and select the right one based off of the version returned by the server.