A volunteer for our organization was running OSTicket 1.10 on his personal AWS account, and has now left the organization. We can install OSTicket on our webhost at SiteGround, but SiteGround puts a wrapper around the app and MySQL, so the migration and upgrade to 1.15 has been a little challenging. The previous admin dumped the database and I've attempted to migrate/upgrade it, but so far without success. Here's what I've done so far:
- Create new OSTicket instance using the wrapper/deployment tool. This creates a new database. (Table name prefixes are soft_[xxx]. Verified that I can log into this instance.
- Create new MySQL database and import the OSTicket 1.10 dump files (61 .sql files)
- Added MySQL user for installed OSTicket instance to new database with all access
- Set new instance offline
- Changed include/ost-config.php file line define('DBNAME','[xxx]'); to new database name
At this point I expected to be able to log in. The login prompt comes up, but passwords from the old system don't work. I tried resetting the admin password per https://tmib.net/recover-or-reset-admin-account-passowrd-in-osticket/, but I'm still not able to log in.
I'm not certain if there was a problem with the physical migration of the files, or if the updater is running, or if I'm not updating the admin password correctly. Have I missed any steps? Where would I find the log files to look for problems?
Thanks!