Make upgrade-database from 5.0.4 to 5.0.5 cannot find any tables

Hello,

I am attempting to upgrade from 5.0.4 to 5.0.5 and failing during ‘make upgrade-database.’

Here is the output I get:

root@helpdesk:/home/fustinonil/rt-5.0.5# make upgrade-database
/usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action upgrade --prompt-for-dba-password
Working with:
Type: SQLite
Host: localhost
Port:
Name: /opt/rt5/var/rt5
User: rt_user
DBA: rt_admin
Enter RT version you’re upgrading from:
Doesn’t match #.#.#: 5.0.4

Going to apply following upgrades:

  • 5.0.5

Enter RT version if you want to stop upgrade at some point,
or leave it blank if you want apply above upgrades:

IT’S VERY IMPORTANT TO BACK UP BEFORE THIS STEP

Proceed [y/N]:ymake 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT * FROM Users WHERE Name = ?'no such table: Users (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Users at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT * FROM Users WHERE Name = ?'no such table: Users (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'INSERT INTO Attributes (ObjectId, LastUpdated, ContentType, Name, Description, id, Created, ObjectType, Content, LastUpdatedBy, Creator) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
Processing 5.0.5
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'INSERT INTO Attributes (id, Created, Name, ContentType, ObjectId, LastUpdated, Description, LastUpdatedBy, Content, ObjectType, Creator) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'INSERT INTO Attributes (Created, Name, LastUpdated, ContentType, LastUpdatedBy, ObjectType, id, ObjectId, Description, Content, Creator) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585, line 4. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
Now populating database schema.
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'INSERT INTO Attributes (ContentType, LastUpdated, Name, Created, ObjectType, LastUpdatedBy, Description, ObjectId, id, Creator, Content) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: DBD::SQLite::db prepare failed: no such table: Attributes at /usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm line 585. (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:585)
[15573] [Thu Jan 11 19:29:32 2024] [warning]: RT::Handle=HASH(0x559c3a87eb20) couldn’t prepare the query 'SELECT main.* FROM Attributes main WHERE (main.ObjectId = ?) AND (main.ObjectType = ?) ORDER BY main.id ASC 'no such table: Attributes (/usr/local/share/perl/5.34.0/DBIx/SearchBuilder/Handle.pm:592)
[15573] [Thu Jan 11 19:29:32 2024] [critical]: _DoSearch is not so successful as it still needs redo search, won’t call _BuildAccessTable (/home/fustinonil/rt-5.0.5/sbin/…/lib/RT/Attributes.pm:84)
Couldn’t finish ‘upgrade’ step.

ERROR: Couldn’t prepare SQL query:
UPDATE CustomFieldValues SET Category=NULL WHERE Category=‘’

ERROR: no such table: CustomFieldValues

make: *** [Makefile:396: upgrade-database] Error 255

Any help is appreciated, I hope it’s simply a missing step.

Figured it out. Skipped the --with-db-type=mysql step of the configure

I believe this is two posts in a row I solve myself…maybe I should give myself more time first! :stuck_out_tongue:

Thank you all, wonderful software!