Skip to main content
July 6, 2022
Solved

How to migrate on-premise Appian Primary DB to Appian Cloud

  • July 6, 2022
  • 8 replies
  • 0 views

Hi,

We're using on-premise Appian with MSSQL(Sql Server) Db that includes both Appian Primary DB and Business DB.

We're on the steps to move to Appian Cloud.

Could anyone tried and share your suggestions how to migrate Appian Primary DB to Appian Cloud pls?

We understand Appian Cloud uses Maria DB, trying to find if there any better approach OR schema backup tool available for this use case pls? Thanks.

Best answer by karikalanr0001

Hi Chris,

I'm looking for the available options to migrate on-premise Primary DB MSSQL source only to Appian Cloud Maria DB target.

Maria DB documentation shows the below approach. Just surfing for any other options / open source tools for this requirement. 

Ref: https://mariadb.com/kb/en/moving-data-between-sql-server-and-mariadb/#moving-data-definition-from-sql-server-to-mariadb
If the table structures are already in Appian Cloud MariaDB, we need only to import table data from On-premise Primary DB source.
it may be more practical to export CSV files from SQL Server and import them into MariaDB.
SQL Server Management Studio and several other Microsoft tools allow one to export CSV files.
MariaDB allows importing CSV files with the LOAD DATA INFILE statement, which is essentially the MariaDB equivalent of BULK INSERT.

Thanks.

8 replies

richardm900458
July 6, 2022

what do you mean by "better approach"?

July 6, 2022

Sorry, I don't know what are the available migration options / tools and best among them? Thanks.

christineh465186
July 7, 2022

What information do you need from the primary datasource (i.e. the tempo entries, cdt metadata, etc.)? or are you referring to the business data soure that you are persisting your workflow data to?

karikalanr0001AuthorAnswer
July 8, 2022

Hi Chris,

I'm looking for the available options to migrate on-premise Primary DB MSSQL source only to Appian Cloud Maria DB target.

Maria DB documentation shows the below approach. Just surfing for any other options / open source tools for this requirement. 

Ref: https://mariadb.com/kb/en/moving-data-between-sql-server-and-mariadb/#moving-data-definition-from-sql-server-to-mariadb
If the table structures are already in Appian Cloud MariaDB, we need only to import table data from On-premise Primary DB source.
it may be more practical to export CSV files from SQL Server and import them into MariaDB.
SQL Server Management Studio and several other Microsoft tools allow one to export CSV files.
MariaDB allows importing CSV files with the LOAD DATA INFILE statement, which is essentially the MariaDB equivalent of BULK INSERT.

Thanks.

stefanhelzle0001
Brainy
July 8, 2022

Migrating from on premise to cloud means much more than just the DB. You will need to migrate all the other components as well. I suggest to get some support from Appian.