System Backup Wizard

System Backup Wizard

The StarfishETL System Backup Wizard will walk you through a series of steps to create a complete backup framework for any system. The System Backup Wizard does not actually back up any data during this process, it only creates the tables and jobs to do so. When the wizard has completed, then you must run the jobs to backup the actual data.

You will first have to verify your Origin and Destination connections for compatibility. The connections for the currently selected Job will be used. The wizard works with any Origin connection type. The Destination must be of a type which support SQL statements (typically any current RDBMS).

When you complete the wizard, it will automatically:

  • Create Tables inside of your backup database to match the schema or your Origin tables.
  • Create Data maps for each table to back them up.

It may be necessary for you to manually alter the generated table definitions and maps to fit your needs.

Follow the steps below:

1. Create a new job. Set up the Origin & Destination. Your origin query/table selected does not matter in the wizard, but will be necessary to populate to get a valid connection.

2. Start the wizard by clicking the “System Backup Wizard” button on the General tab.

BackupWizardButton.png

3. Welcome to the System Backup Wizard

Read the introduction & click Next.

BackupWizard1.png

4. Connector Compatibility Validation

Next your connections will be validated. If your connections test ok and your destination is of a compatible type, you will be allowed to proceed.

BackupWizard2.png

5. Select Origin Tables to include in Backup Scripts

You will be presented with a check list box with all of the tables in your Origin. Select any table(s) that you will want to include in your backup.

BackupWizard3.png

6. Table Creation Settings

Fill in the information for creating the new destination backup tables. This is where the data will be backed up to.

BackupWizard4.png

OptionDescription
Generate matching schemaUncheck this option to skip this step during the wizard (if you already have created the necessary tables)
Table PrefixWill prefix each table name with the value supplied (ie: prefix “bak_” for table “account” will become “bak_account”.
Default TypeIf a data type is not given by the connector or cannot be resolved through the data_type.map translation file, this value will be used.
Default LengthIf a type is specified, but not a length this value will be used.
Maximum LengthIf a value is supplied, and the length specified by the Origin is greater than this number, the length will be changed to this value.
Change if Maximum Length is exceededIf the length specified by the Origin is greater than the Maximum Length, the field data type is changed to this.
Drop Existing TablesBefore a table is created by the Wizard a Drop Table command will be issued.

7. Map Generation Settings

Fill in the settings for how you would like your jobs created.

BackupWizard5.png

OptionDescription
Generate JobsUncheck this option to skip this step during the wizard.
Job NameThis value will be used when creating each job’s name. The “%tablename” variable will be replaced with the actual table name when the wizard runs.
Stage TypeOne stage will be created for each job, with each field mapped directly across. This specifies that Stage Type: Insert, Update, Delete, Update/Insert.
Guess Job’s Primary Key for Match.Valid only for Update, Delete, Update/Insert Stage Types. Attempts to place the Match checkbox on the table’s Primary Key.

Here is the logic used for each connector:

Microsoft CRM: The Primary Key field is retrieved through the Metadata API for each table.

NetSuite: The "internalID" field will be used for each table.

Sage CRM: The Table ID will be using matching format (tableprefix + "_" + tablename + "ID") ie: comp_CompanyID

Salesforce: The "Id" field will be used for each table.

SData: The "Key" field will be used for each table.

SQL Server: First the table is evaluated for a Primary Key. If one does not exist then Unique Indexes are used. If there are no Unique Indexes, then regular indexed fields are used.

SugarCRM: The "id" field will be used for each table.

Chain all Jobs togetherAll jobs will be chained together to run after another.

8. Last Run Settings

This option will create the following:

  • An additional table in your Destination database to track individual job last run dates
  • A default filter on your Origin query to only select data from the last run date
  • Logic to look up this last run date, and save/overwrite it when the job finishes

Then press Start to begin.

BackupWizard6.png

OptionDescription
Only pull data changed from last runCheck this option to process this step during the wizard.
Last Run TableName of the table inside your Destination where the Last Run Dates for each job will be stored.
Default FilterFor SQL-based connectors, will be appended as a WHERE clause to Origin query; otherwise will be populated as the Origin criteria box.
Default FormatDate format to use in in filter/criteria.
Initial DateDate to initially populate in the Last Run table for each job. The first time the job is run, it will pull data starting from this date based on the filter clause.

9. Backup Wizard is now Generating

Please wait while each table & job is created

BackupWizard7.png

10. System Backup Wizard Complete

You may click the link to view the log file generated, or open it directly from the Starfish Admin path, file named systembackup.log.

BackupWizard8.png

    • Related Articles

    • File System Connector

      File System Origin The File System Connector reads all files from a folder specified in the Directory field. The Username and Password fields are not used. Filter can be used to filter for certain file names/extensions. To search for all files with ...
    • StarfishETL iPaaS Logging Features and Settings

      StarfishETL iPaaS Logging Features and Settings StarfishETL iPaaS has a number of options for logging and monitoring integration activity. Logging is required at various stages of the integration mapping process, during the testing phase prior to ...
    • Interact with the local file system

      Read files from a folder Function ScriptedVariable Dim fso, folder, files, sFolder, res Set fso = CreateObject("Scripting.FileSystemObject") sFolder = "C:\Results" Set folder = fso.GetFolder(sFolder) Set files = folder.Files For each folderIdx In ...
    • Installation

      Server Requirements This short guide has all the technical information you need to know about the server requirements for StarfishETL. Installation Instructions StarfishETL Engine This guide is designed to get the backend of StarfishETL running ...
    • StarfishETL Updater

      Update Wizard StarfishETL has a built-in updater. To start, click the Starfish button and select “Check for Updates” or launch StarfishUpdater.exe directly from within the Connect Creatio Admin installation path. NOTE: It is often times necessary to ...