Welcome here !
I come to you after multiple time processing tasks of upgrade OsTicket.
I come from a old Osticket 1.9.2 running on an old debian 8 with php 5.6...
When i upgrade to 1.9.15 (without database upgrade) no problem.
But, when i try any other versions of osticket for upgrading him, to the latest, or step by step, i 'm catched by the following error:
"[CREATE TABLE ost_translation
( id
int(11) unsigned NOT NULL AUTO_INCREMENT, object_hash
char(16) CHARACTER SET ascii DEFAULT NULL, type
enum('phrase', 'article', 'override') DEFAULT NULL, flags
int(10) unsigned NOT NULL DEFAULT '0', revision
int(11) unsigned DEFAULT NULL, agent_id
int(10) unsigned NOT NULL DEFAULT '0', lang
varchar(16) NOT NULL DEFAULT '', text
mediumtext NOT NULL, source_text
text, updated
timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id
), KEY type
(type
, lang
), KEY object_hash
(object_hash
) ) DEFAULT CHARSET=utf8] Table 'ost_translation' already exists "
Did you have any idea for that ?
My tests for upgrading are in a new independant VM that's running debian 10, php 5.6
By advance, many thanks