I have a sql dump which contains main sql and .dat files. I have a docker container with Postgres but I dont know how to import this dump to Posgres container. I tried to do it via Pgamin and also through docker terminal.
Pgadmin dos not recognize commands like
\connect tenant_00003
or select * from stdin
.
Docker terminal can not find the file on disc.
Can somebody tell me please how to do it?