Customer Portal

Best server backup solution?

Comments 4

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi,

    We have a special feature for this purpose, see Server Configuration Migration chapter in our documentation.

    Graphs and the other parts of sandboxes can be migrated by downloading a zip file with the whole sandbox and uploading it into another CloverETL Server.

    Regards,
  • Avatar
    nkvan
    0
    Comment actions Permalink
    This looks like a manual export, which can only be kicked off by logging into the server console and running the export command. Is there any way to kick this off automatically (maybe dump the zip file into the file system somewhere), or is there maybe some set of files that can be backed up to perform the same purpose?

    The goal is to back up the Clover server on a schedule without any user intervention.
  • Avatar
    imriskal
    0
    Comment actions Permalink
    There is, you can use HTTP API. To be more specific, the operation names are export_server_config and import_server_config. Here is documentation page of the HTTP API.

    These operations can be called from HTTPConnector in a CloverETL graph which can be of course automatized for example by Schedulers.
  • Avatar
    nkvan
    0
    Comment actions Permalink
    That is exactly what I was looking for, thank you!

Please sign in to leave a comment.