Migration of Appian documents from one environment to another

Certified Lead Developer

Hi All,

 

We have a scenario wherein the old application has records and associated attachments. The attachment ids are stored in the data base table corresponding to that record id.

As part of migration, we need to create new records having same data as old application records which can be done by just copying the data from old tables to new tables.

How do we migrate the attachments in this scenario?

1) Do we move the old record Appian attachments to the new folder and maintain the ids as it is in the new records? Will they still open up from UI?

2) Create new attachments and link to new records?

 

I believe approach 1 should work. Kindly advise.

Thanks.

Hitesh

  Discussion posts and replies are publicly visible

Parents
  • Hi Hitesh,

    What do you mean by Migration? Are you rewriting the entire code again? or Changing the Underlying Schema from old one to new one?
    1. All the documents that present in the Environment will have unique Id across that environment. When you transfer those documents from one Environment to other environment then documents will get new Id's.
    In your case if you are not moving your documents from one environment to other then Option will suffice and you will not get any problem.
Reply
  • Hi Hitesh,

    What do you mean by Migration? Are you rewriting the entire code again? or Changing the Underlying Schema from old one to new one?
    1. All the documents that present in the Environment will have unique Id across that environment. When you transfer those documents from one Environment to other environment then documents will get new Id's.
    In your case if you are not moving your documents from one environment to other then Option will suffice and you will not get any problem.
Children
No Data