Hello,
(IIS 10 / PHP 8.0.0 / osT 1.16.4 to IIS 10 / PHP 8.1.12 / osT 1.17.2)
I am trying to upgrade one of our osTicket instances to the latest release in preparation for Microsoft's complete discontinuation of legacy auth early next year and am running in to an issue while attempting to do so.
I've upgraded the helpdesks for some of our other departments already (all are on separate instances for data regulation reasons) and everything went smoothly with them. The error I'm getting has to do with migrating the database:
[core]: Upgrader Error
[/** * @version v1.17 * @signature (removed) * @title Add plugin multi-instance support * */ ALTER TABLE 'ost_plugin' ADD 'notes' text AFTER 'version', ADD UNIQUE ('install_path')] Duplicate column name 'notes'
I've rolled back the database and static files to 1.16.4 and have put it back in to production for now - any help with this is much appreciated.
Thank you!
Edit: Removed forum markup in SQL error - replaced ` with '