Hi!
Is it possible to backup a PostgreSQL database (or a specific table) using FME?
Hi!
Is it possible to backup a PostgreSQL database (or a specific table) using FME?
Best answer by itsmatt
Yes, there are many options to use FME to perform a backup of a database or table.Β
with the SQLExceutor you can essentially perform any operatoins which you can via SQL.
You can also make system calls with FME using the SytemCaller. This is nice if you already have a script which runs a backup which youβd like to integrate or if you want to use the psql.exe directly.
Probably the easiest method it what
Β Hereβs some more info from another user who had a similar question.
Β
Β