Database BackupDatabase

Backs up the database. The database must be running to create the backup database. All memory state is flushed to local storage before transferring the entire database to central storage.

This request is forwarded to and handled by the OLAP Service worker.

Execution is synchronous but the exact timing of the save execution is subject to internal processes and network load. Response times can vary greatly.

Request

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Database" Method="BackupDatabase">
  </Alea:Request>
</Alea:Document>

Answer

<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001">
    <Alea:Return/>
  </Alea:Request>
</Alea:Document>