Options

Upgrading Multitenant platform from 2013 R2 to 2015

isaksigisaksig Member Posts: 10
edited 2015-09-10 in NAV Three Tier
Hi there,

I am looking into upgrading a 2013 R2 multitenant environment to NAV 2015. The powerShell upgrade tools that are included in the 2015 CD do only support single tenant configuration.
So we would have to migrate our environment to single tenant, do the upgrade and then convert back to multitenant. Is there a second option for multitenant environment, so we don´t need to switch back and fourth ?

Thanks,

Isak.

Comments

  • Options
    crgarciacrgarcia Member Posts: 7
    Hi Isak,
    Upgrade via powershell is allowed in multitenant mode, you don't need to set it in single tenant.

    Once you imported the Fob with the new application, you can open a NAV powershell console and try:

    1. Sync all tenants:
    Get-NAVTenant -ServerInstance 'navinstance' | Sync-NAVTenant -ServerInstance 'navinstance'

    2. Start data upgrade in tenant1:
    Start-NAVDataUpgrade -ServerInstance 'navinstance' -Tenant 'tenant1'

    Carlos.
Sign In or Register to comment.