migration problem : auto_increment

mavez

New Member
Recently i have migrated 1 vps in KH ( 8.1.1 at 8.2 )

Migration complete, vps work fine

After migration, me they are shrewed of a problem

In ALL database value auto_increment is missing !!

this problem has been from noticed also from others

http://forums.kayako.com/showthread.php?t=12906
http://www.unadecodigo.com/2007/05/22/columnas-mysql-auto_increment-y-migraciones-sobre-plesk-81/
http://forum.swsoft.com/showthread.php?s=&threadid=43750
http://forum.joomla.org/index.php?topic=207465.0;wap2

In this migration i have correct manually all DB :-(


considered that I would want to migraration an other VPs, I ask :



swsoft it has resolved this bug?

you have a fix for this problem?

it is possible activate VPs identical pelsk version ( psa v8.1.1_build81070322.16) and mysql version ? (4.1.20)
 
i NOT UPGRADE

i buy NEW VPS by KH !!
YOU install plesk 8.2 in new vps !!!!

why you install plesk 8.2 ?????????? I have not asked it, decided you to install 8.2


I have migred the contents from eurovps.com plesk 8.1 to KH plesk.8.2

if you installed in new VPS 8.1 I was content......
 
i NOT UPGRADE

i buy NEW VPS by KH !!
YOU install plesk 8.2 in new vps !!!!

why you install plesk 8.2 ?????????? I have not asked it, decided you to install 8.2


I have migred the contents from eurovps.com plesk 8.1 to KH plesk.8.2

if you installed in new VPS 8.1 I was content......

Sorry I misunderstood:

Recently i have migrated 1 vps in KH ( 8.1.1 at 8.2 )

As Knownhost-Joel said, open up a support ticket with KH for more assistance with this.
 
sigh :mad:

any vps plesk, any domain, migration have this problem

recently i have migrated multiple domain, multiple problem sigh...

Plesk note release fix for this bug ?
 
example

1 example

Before Migration

CREATE TABLE `smf_attachments` (
`ID_ATTACH` int(10) unsigned NOT NULL auto_increment,
`ID_THUMB` int(10) unsigned NOT NULL default '0',
`ID_MSG` int(10) unsigned NOT NULL default '0',
`ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',

After Migration

CREATE TABLE `smf_attachments` (
`ID_ATTACH` int(10) unsigned NOT NULL default '0',
`ID_THUMB` int(10) unsigned NOT NULL default '0',
`ID_MSG` int(10) unsigned NOT NULL default '0',
`ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',

fantastic... value auto_increment .. puff ! is missing
 
Top