I would like to initiate a pg_backup command on a remote postgres server.
It seems impossible from a xojo app using postgres plugin, you can only send sql queries ?
or did I miss something.
do I need to make a ssh connexion to the remote server and send a shell command ?
there are automatic pg_backup on the server, but sometimes, for testing or more backup purpose, I would like to download a pg_dump to my local machine, using my xojo client app for that.
seems it’s not possible, or I would have to recreate a backup of all tables, sequences, roles, using a sequence of queries…