Skip to main content
Solved

PostgreSQL backup


9val
Contributor
Forum|alt.badge.img+5
  • Contributor

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 @birgit suggested which is to just read/write all data though FME. 

 Here’s some more info from another user who had a similar question.

 

 

View original
Did this help you find an answer to your question?

2 replies

birgit
Influencer
Forum|alt.badge.img+16
  • Influencer
  • July 22, 2024

Hi, 

I think this depends on what you think of as a backup. FME is able to read features and copy them over to another table or another file format. It might be able to copy the whole table without reading it with the sqlexecuter but I would need to look into it further.


virtualcitymatt
Celebrity
Forum|alt.badge.img+35

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 @birgit suggested which is to just read/write all data though FME. 

 Here’s some more info from another user who had a similar question.

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings