Epicor and ECM Upgrade Versions

When upgrading ECM(docstar), does it need to be the same base version as Epicor (24.x / 23.x) or does that not matter? We are currently on 22.x for both Epicor and ECM but are planning to upgrade both and need to know if this is a factor. Thank you!

Nina

1 Like

No, I have 23 and 24 ECM going to 22 Epicor and have a test of 24 to 24 also.

3 Likes

Hi,

My is on premise solution for docstar. We have intention to upgrade as well but i do not find any guide on the upgrade although i downloaded the latest version.

Are you able to share how to go through the upgrading process?

Depending on the version you’re currently on, there may be a need to upgrade to a less recent version before finally upgrading to the latest version. There is documentation of when this is required on the download page for ECM within EpicWeb. (It has to do with the Solr indexing)

Regardless of the versions, the upgrade should be as straightforward as running the installer. It will recognize your current settings for your current version and use those for the upgrade. My recommendation would be to download and run the offline installer as this has proven to be much more successful. It also includes all of the separate installers than run for all of the components, in case something goes amiss. The most common issue I have seen is that the installer completes, but the services don’t get installed. With the offline installer you can navigate to the folder and run that installer separately, which has always resolved this issue for me.

2 Likes

Agree with @vleveris. I do mine now at almost every patch level and it takes about 10-30 minutes, depending on what the upgrade entails. The IDC upgrade is about the same as well.

I usually tell everyone I’m doing it at 4pm on Friday afternoon. I RARELY get any grief about it.

If you’re on prem, I would suggest running it as a VM and snapshotting it before the upgrade - I’ve had a few oddities over the years and needed to revert to resolve them.

2 Likes

The thing you need to determine is the solr version and take the steps in the thread below and uninstall solr and remove the solr folder and reindex if you are below 9

image

3 Likes

great catch @gpayne

how would the backup be done? this is the first time we’re gonna do an upgrade of ecm. So i wonder what things need to be backed up, in case something goes wrong and we need to rollback

ECM is really just two databases on your SQL server - Astria_Host and your company database that most likely looks like AAAA0001. Back those two up and you can restore ECM to it’s prior state.

All of the documents are stored as regular files in the directory structure, but the names are ‘coded’ and the database keep track of it all.

You shouldn’t have a problem - the upgrade is very smooth - but always best to be diligent!

1 Like

@MikeGross is right, as usual!. There is one other database called SignalRBackplane, though.

1 Like

true, true, but it actually empty as far as I can determine. It does need to exist though.

1 Like

I just do a snapshot of the ecm server and backup the sql tables that @MikeGross and @vleveris pointed out.

The Solr directories will get rebuilt in the install and they are also files on the server, but can be rebuilt if they get corrupted.

2 Likes