DawidPotgieter / Dynamics-CRM-Binary-Storage-Options

A Dynamics CRM plugin to transparently store attachment binaries outside CRM database. Azure Blob or File storage for instance.
GNU Affero General Public License v3.0
34 stars 15 forks source link

CRM online backward compatibility #4

Closed san-86 closed 6 years ago

san-86 commented 6 years ago

We are moving to the cloud soon, but I would like to migrate all attachments to azure before then, but will the Attachments and annotation still work if we move the database to the cloud when all attachments have been moved ?

DawidPotgieter commented 6 years ago

Hi there,

Well, this is actually an interesting question. The answer is it depends on whether the migration process keeps the id's of the attachments the same or not.

I am guessing that the process is more of a "restore database" type process. In this case, as long as all the settings you provide in the "secure" and "unsecure" plugin steps are the same as they were, it will work correctly. And of course you might need to recompile the plugin with the latest crm sdk.

It would be nice if you could come back and let me know how this works once it's done?

Cheers.

san-86 commented 6 years ago

Okay it's like a database restore, so it should work if your theory is correct the ID's will be the same. I will get back to you if and when we succeed in migrating to CRM Online :-)

DawidPotgieter commented 6 years ago

Added this to FAQ section