problems with AAs updates

[Apc-aa-general] problems with AAs updates
From: Adam Sanchez - 2008-03-05 20:22
Hello to all
I have problems with updates of AA installation in some hostings.
After I execute sql_update.php3, many fields in some slices are deleted.
I don't understand what happens.
Any idea?
Regards,
Adam

Re: [Apc-aa-general] problems with AAs updates
From: Honza Malik - 2008-03-06 07:08
Hi Adam,

I think the reason is, that in newer versions of AA we use some more
integrity checks in database - so, in this case, we defined the
slice_id - field_id pair as unique key for field table.

However there could be some field duplicated (often display_count...) in
older AA. That's why the sql update for those slices failed.

The solution is to restore the database and before the sql_update.php3
run "Fix field definitions duplicates" action from AA -> Optimize page.

Honza

Dne st 5. března 2008 Adam Sanchez napsal(a):
> Hello to all
> I have problems with updates of AA installation in some hostings.
> After I execute sql_update.php3, many fields in some slices are deleted.
> I don't understand what happens.
> Any idea?
> Regards,
> Adam