Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

Search
    English

      Server Backup

      Server backups are stored as increment of same backup name under a particular backup path (could be modified via SDK). Valid backup status are:

      Code
      Description Corresponding progress message
      unknown Un-initialied, initialized or unknow error
      creating Creating The graphset being backed up
      failed Failed Errors that lead to failure
      done Done 'ok'

      Operations related to server backup will be sent to the leader of the server cluster.

      Naming Conventions

      Server backups are named by developers. A same name cannot be shared between backups under the same backup path.

      • 2 ~ 64 characters
      • Must start with letters
      • Allow to use letters, underscore and numbers ( _ , A-Z, a-z, 0-9)

      Show Server Backup

      Returned table name: the backup name, one table for each backup
      Returned table header: backup_id | backup_uuid | backup_path | start_time | end_time | status | msg (the id, uuid, path, start time, end time, status and prgress message of the backup increment)

      Syntax:

      // To show all backups in the current Ultipa instance
      db.backup.show() 
                  
      // To show a certain backup in the current Ultipa instance
      db.backup.show("<backup_name>") 
      

      Create Server Backup

      When creating a backup whose name already exists in the current backup path, a backup increment will be created, with unique backup_id and backup_uuid.

      Syntax:

      // To create a backup in the current Ultipa instance
      db.backup.create("<backup_name>") 
      

      Restore Server Backup

      Backup name is required when restoring the Ultipa instance, while the backup_id of increment is optional.

      Syntax:

      // To restore current Ultipa instance to the latest increment of a certain backup
      db.backup.restore("<backup_name>") 
      
      // To restore current Ultipa instance to a certain increment of a certain backup
      db.backup.restore("<backup_name>", backup_id) 
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写