Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am looking at options for migrating a Sense 2.2.4 environment (one central node and a few rim nodes) to 3.0.
The obvious way is to do an in-place upgrade of the existing 2.2.4 system, but what if something goes wrong... It's a production environment with lots of users. Yes there are backups, but still.
Re backups: In this case the servers are virtualised, and even though we snapshot the disks of the Sense servers each day, for some reason it is not possible to recreate a new server based on such a snapshot.
The idea would be to just spin up a new server created from a disk snapshot of the failed Sense server - but after doing this, the newly created server is not recognised by the Sense cluster. It has the same IP, same certificates etc - but for some reason the new server's services are not recognised as running by the central node. The services (engine, proxy etc) are running on the new server, but not recognised by the central node. It is possible to access all files etc on the new server - so for backup it's fine - but still not a good disaster recovery solution. All in all - it's really scary to upgrade to a new version without a good fallback strategy if the upgrade fails...
I would think others are facing the same challenge, so maybe there are ideas and experiences to be shared here?
A couple of questions come to mind:
1. Have you done an upgrade to Sense 3.0? What are your experiences?
- From what version did you upgrade?
- What does your Sense environment look like (single node vs multiple nodes etc)?
- Did you do a repository database cleanup (as mentioned in the 3.0 release notes) prior to the upgrade?
- Approx size of the Sense environment (e.g. approx number of apps, if that can be shared)
- ... other relevant info that can be shared.
- And most importantly: Did the upgrade work, and did you get a working 3.0 environment as intended?
2. Ideas for alternative migration strategies
- It would be nice if it is possible to "clone" the production Sense 2.2 environment onto a new server, upgrade that central server to 3.0, verify that everything works, and then add additional Sense 3.0 rim nodes as needed.
But is it possible to clone for example a central node onto a new server, and run it there, without it interfering with the existing production environment? I guess the new/cloned central node could be placed in an isolated network... But even so - I guess Sense certificates are created based on server names... which probably means cloning like this won't work...
- Can apps be bulk exported from Sense 2.2, then bulk imported into 3.0?
Apps can be serialised to JSON, but then things like bookmarks and data are not included.. A solution that keep things like bookmarks, custom user sheets etc intact is needed.
- Other possible migration strategies?
Hi Göran,
We have upgraded our development environment from 2.0.7 to 3.0.
It is a 2 node setup on AWS servers. We have about 110 apps, and we did not run the database clean-up steps.
There were a few issues with the upgrade.
For the production upgrade we were also planning on snapshotting the virtuals for our backout strategy. We would not try create a new virtual server from the snapshot, but instead replace the existing server with the snapshot. This has not been tested.
Shaun