This resolves #318 by temporarily making the psql command an alias for docker_process_sql and exporting it so that it can be used in executed shell scripts.
This change is only applied for the duration of the docker_process_init_files function so it should not affect any other calls to psql in the container.
This resolves #318 by temporarily making the
psql
command an alias fordocker_process_sql
and exporting it so that it can be used in executed shell scripts.This change is only applied for the duration of the
docker_process_init_files
function so it should not affect any other calls topsql
in the container.To test this:
The above command should run with no failures