Migration Cache 2007 to 2017
Dear,
I am beginner with this system.
I would like to do a migration of Cache.
I have at this time a windows XP with Cache 2007.1.5.802.0.7279.
I already install on a windows 10 the version of cache 2017.1.1 Build 111
The question is how do i have to transfer DB from the old pc to the new one?
Thank you very much for your help.
Comments
Geoffroy,
Welcome to Caché!
Moving a database is really straightforward:
- Find the database definition in your 2007.1 instance in the System Management Portal
- Note the physical Directory where the cache.dat is located
- Shut down Caché and make a copy of the cache.dat file located in that Directory
- On your 2017.1 instance create a new database definition in the System Management Portal an point the Directory to the location of the copy of the cache.dat that you copied from your 2007.1 instance
Hope that helps!
Ben
Hi Benjamin,
Thank you for your reply. It is not working.
maybe it is better to update the 2007 version to 2017 before move the DB?
I see that is possible but we have to pass by a other version (ex. 2009) but cannot find were to download.
Can someone know where find 2009 or 2010 Version of Cache?
Thank you very much
Pls. be more specific on "It is not working."
+ what would you expect to work
eventually you have code and data separated, then it's more than just a single DB
various mapping may add even more DBs
You should get previous releases from WRC based on your service contract.
But be aware: from 2007 to 2017 there have been 15..20 releases.
Each with changes + release notes that may affect you.
If I was doing this I would do the following:
- Configure your 2017 instance with the same Namespaces/Database as the 2007 instance
- On the 2007 instance - take a Full Backup
- On the 2017 instance - Restore the Backup
If you need/want to configure the 2017 databases to different locations than the 2007 instance, that's fine, just specify the new locations when using ^DBREST to perform the Restore.
Oliver, may I know if there is a problem in some command (used on 2007 version) when migrating to 2017? What should I consider (on scripting side) when performing version upgrade. Thank you