" /> Configuration Database Migration from 7.6 to 8.1 - Genesys CTI User Forum

Author Topic: Configuration Database Migration from 7.6 to 8.1  (Read 2514 times)

Offline raza990

  • Full Member
  • ***
  • Posts: 214
  • Karma: 5
Configuration Database Migration from 7.6 to 8.1
« on: October 29, 2015, 11:32:30 AM »
Advertisement
Hi Guys,

We need to upgrade Genesys from 7.6 to 8.1, so we need to upgrade configuration database first but I am having some trouble.

Can we upgrade configuration database 7.6 to 8.1 directly or I need to upgrade it to 8.0 first then go with 8.1 ?

What is the best practice of configuration database upgrade ?

I tried something but failed:

1. Take export of config database from conversion wizard. Create new database with v8.1 CFG_Locale but when try to run sql export directly to SQL Management then there were errors.
2. try to restore sql export from conversion wizard but still nothing happened.

I would appreciate if you guys share your experience and help me in upgrading system.

Regards,
Raza

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #1 on: October 29, 2015, 11:58:47 AM »
You can upgrade directly to 8.1 release. Use CCW tool for these purposes, where you will be able to move the current schema data to the new database (where the copy of current database should be placed)
« Last Edit: October 29, 2015, 01:37:21 PM by Kubig »

Offline raza990

  • Full Member
  • ***
  • Posts: 214
  • Karma: 5
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #2 on: October 29, 2015, 12:26:48 PM »
Thanks Kubig.

So for this I think I need to create new database and execute init script cfg_locale 8.1 and make the configuration server up. Then connect CCW with configuration database and import data .. Right ?

I already did but there are error. There is some query which try to insert NULL value and 8.1 schema doesn't support NULL value.


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #3 on: October 29, 2015, 12:53:09 PM »
No, just copy and run the wizard.
No scripts are needed to be run manually
Check logs on CCW folder

Offline raza990

  • Full Member
  • ***
  • Posts: 214
  • Karma: 5
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #4 on: October 29, 2015, 01:53:20 PM »
How to copy configuration database into new empty database ?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #5 on: October 29, 2015, 02:01:41 PM »
Depends on used SQL platform - in general:

- Create empty database
- Copy structure and data from current database to the created
- Run the CCW

If you are not familiar with SQL, ask the DBA for execute it.

Offline raza990

  • Full Member
  • ***
  • Posts: 214
  • Karma: 5
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #6 on: October 29, 2015, 02:33:33 PM »
Upgraded !!!  ;D

It was misunderstanding in upgradation process.

But when I open CME, I can see question mark "?" on Roles tab  ???

Is there anything to do with ?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #7 on: October 29, 2015, 02:38:31 PM »
Check encoding configuration on application and database level (try to little bit more effort)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Configuration Database Migration from 7.6 to 8.1
« Reply #8 on: October 29, 2015, 03:10:43 PM »
Upgrade cme.... Read some docs mate