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 virtualcitymatt
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.