Is it possible to automate a full backup of a Postgres database with
adminer? I see that the backup script works very well but I'd like to
automate it via php.
Thanks!
--
Marco Argenti
Inviato via web da gmail -
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It should be possible but I don't have specific instructions. The basic idea is to emulate the POST request Adminer is doing. It could be also possible to extract the part that is doing the dump.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to automate a full backup of a Postgres database with
adminer? I see that the backup script works very well but I'd like to
automate it via php.
Thanks!
--
Marco Argenti
It should be possible but I don't have specific instructions. The basic idea is to emulate the POST request Adminer is doing. It could be also possible to extract the part that is doing the dump.