Hi all!
I’m stuck with upgrade!
Host:
ubuntu linux 10.04 with egroupware 1.8 witch was functionning ok before upgrade.
I did the upgrade as:
http://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl
And here is the /root/egroupware-epl-install.log
IT goes on and when it tries to update the db
CreateTableSQL('egw_ea_accounts','acc_id I AUTOINCREMENT NOTNULL PRIMARY,
acc_name C(80),
I took out what didn’t had any errors
And it crash here:
[0] => ALTER TABLE `egw_ea_valid` ADD UNIQUE INDEX `egw_ea_valid_acc_id_account_id` (`acc_id`, `account_id`)
)
Duplicate key name 'egw_ea_valid_acc_id_account_id'
CreateIndexSQL(NULL,'egw_ea_valid',Array
(
[0] => account_id
[1] => acc_id
)
,Array
(
)
) sql=Array
(
[0] => ALTER TABLE `egw_ea_valid` ADD INDEX `egw_ea_valid_account_id_acc_id` (`account_id`, `acc_id`)
)
Duplicate key name 'egw_ea_valid_account_id_acc_id'
Installation failed --> exiting!
EGroupware install log saved to /root/egroupware-epl-install.log
- Reloading web server config apache2
I ran the http://host.com/egroupware/setup/applications.php
And I get several applications that are in need of upgrade. If I try to upgrade them, I get the same kind of error.
Table ‘egw_ea_accounts’ already exists
Table ‘egw_ea_credentials’ already exists
Duplicate key name 'egw_ea_credentials_acc_id_account_id_cred_type’
Table ‘egw_ea_identities’ already exists
Table ‘egw_ea_valid’ already exists
Duplicate key name 'egw_ea_valid_acc_id_account_id’
Duplicate key name ‘egw_ea_valid_account_id_acc_id’
As you can see I’m a bit stuck here.
Any input would be appreciated
Spazio