cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dbtools api and java?

Former Member
4,133

Hello,

we have webinterface to manage our different client installations and also copy over whole databases via the dbbackup command.

The serverside is all written in java (And vaadin) Sometimes we have very lengthy backup processes (500MB databases over 20MBit/sec Lines) and wish to show a progres bar.

Is there a way to use dbtools from java to get some sort of progress informations ? (As on the commandline of dbbackup for example)

Or is there another way to make backups across the wire and show some progress?

André

View Entire Topic
Former Member

The PROGRESS connection property can give you this information. This property was introduced in version 12.0.0.

FWIW: In order to get such messages, the according progress_messages database option must have been set to Raw or Formatted.

Former Member
0 Likes

Hmm... unfortunally the servers are mainly v9 and v11