Hello. I would like to make it easier to deploy my code between servers, so i need to import a dump (around 1k lines of SQL) every time i try to install it.
I would like to automatize this by creating an CLI task that installs and update my code automatically but couldn't find a function in \Phalcon\Db\Adapter\Pdo\Postgresql
to execute a full dump. Is there any way to do this with this object ? ( i mean, without using psql
or devtools ) ?