Mike Simmons
Mike Simmons

Reputation: 1298

Orchard CMS batch migrations for multiple tenants

I am setting up an Orchard site that will eventually be housing hundreds of tenants. The on-boarding process will be manual (ie a human will set the new tenant up using the Orchard admin UI) however I can see Module updates (via DataMigrations) being a problem if I would have to go through each tenant and upgrade manually through the admin UI.

Is it possible to script this kind of Module upgrade?

cheers.

Upvotes: 1

Views: 236

Answers (1)

Bertrand Le Roy
Bertrand Le Roy

Reputation: 17814

With the latest 1.x source, migrations are automatic.

Upvotes: 2

Related Questions