Database Error - ER_BAD_FIELD_ERROR

Hoping someone can shed some light on this highly annoying issue.

A few months back I decided to upgrade my ghost dockers to the new version. All three are on the same instance of MariaDB. Only one of these has issues, the others are fine.

I was advised to turn ANSI quotes off. I can confirm ANSI quotes are off globally, same error still exists.

I then came across this issue which is similar to mine. That didn’t work either.

Can anyone shed any light on this? It’s driving me nuts lol.

[2021-07-03 14:38:39] e[31mERRORe[39m insert into `products` (`created_at`, `description`, `id`, `monthly_price_id`, `name`, `slug`, `updated_at`, `yearly_price_id`) values ('2021-07-03 14:38:39', NULL, '60e0766f6bee900001f46384', NULL, 'Default Product', 'default-product', '2021-07-03 14:38:39', NULL) - ER_BAD_FIELD_ERROR: Unknown column 'description' in 'field list'
e[31m
e[31minsert into `products` (`created_at`, `description`, `id`, `monthly_price_id`, `name`, `slug`, `updated_at`, `yearly_price_id`) values ('2021-07-03 14:38:39', NULL, '60e0766f6bee900001f46384', NULL, 'Default Product', 'default-product', '2021-07-03 14:38:39', NULL) - ER_BAD_FIELD_ERROR: Unknown column 'description' in 'field list'e[39m

e[37m{"config":{"transaction":true},"name":"2-create-fixtures.js"}e[39m
e[33m"Error occurred while executing the following migration: 2-create-fixtures.js"e[39m


e[1me[37mError ID:e[39me[22m
e[90m300e[39m

e[1me[37mError Code: e[39me[22m
e[90mER_BAD_FIELD_ERRORe[39m

e[90m----------------------------------------e[39m

e[90mInternalServerError: insert into `products` (`created_at`, `description`, `id`, `monthly_price_id`, `name`, `slug`, `updated_at`, `yearly_price_id`) values ('2021-07-03 14:38:39', NULL, '60e0766f6bee900001f46384', NULL, 'Default Product', 'default-product', '2021-07-03 14:38:39', NULL) - ER_BAD_FIELD_ERROR: Unknown column 'description' in 'field list'
at DatabaseStateManager.makeReady (/var/lib/ghost/versions/4.8.3/core/server/data/db/state-manager.js:98:32)
at async initDatabase (/var/lib/ghost/versions/4.8.3/core/boot.js:49:5)
at async bootGhost (/var/lib/ghost/versions/4.8.3/core/boot.js:299:9)

MigrationScriptError: insert into `products` (`created_at`, `description`, `id`, `monthly_price_id`, `name`, `slug`, `updated_at`, `yearly_price_id`) values ('2021-07-03 14:38:39', NULL, '60e0766f6bee900001f46384', NULL, 'Default Product', 'default-product', '2021-07-03 14:38:39', NULL) - ER_BAD_FIELD_ERROR: Unknown column 'description' in 'field list'
at MigrationScriptError.KnexMigrateError (/var/lib/ghost/versions/4.8.3/node_modules/knex-migrator/lib/errors.js:7:26)
at new MigrationScriptError (/var/lib/ghost/versions/4.8.3/node_modules/knex-migrator/lib/errors.js:25:26)
at /var/lib/ghost/versions/4.8.3/node_modules/knex-migrator/lib/index.js:1055:19
at processTicksAndRejections (internal/process/task_queues.js:95:5)

Error: ER_BAD_FIELD_ERROR: Unknown column 'description' in 'field list'

at Query.Sequence._packetToError (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
at Query.ErrorPacket (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/sequences/Query.js:79:18)
at Protocol._parsePacket (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/Protocol.js:38:16)
at Socket.<anonymous> (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/Connection.js:88:28)
at Socket.<anonymous> (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/Connection.js:526:10)
at Socket.emit (events.js:375:28)
at addChunk (internal/streams/readable.js:290:12)
at readableAddChunk (internal/streams/readable.js:265:9)
at Socket.Readable.push (internal/streams/readable.js:204:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
--------------------
at Protocol._enqueue (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Connection.query (/var/lib/ghost/versions/4.8.3/node_modules/mysql/lib/Connection.js:198:25)
at /var/lib/ghost/versions/4.8.3/node_modules/knex/lib/dialects/mysql/index.js:134:18
at new Promise (<anonymous>)
at Client_MySQL._query (/var/lib/ghost/versions/4.8.3/node_modules/knex/lib/dialects/mysql/index.js:128:12)
at Client_MySQL.query (/var/lib/ghost/versions/4.8.3/node_modules/knex/lib/client.js:168:17)
at /var/lib/ghost/versions/4.8.3/node_modules/knex/lib/transaction.js:325:24
at new Promise (<anonymous>)
at Client_MySQL.trxClient.query (/var/lib/ghost/versions/4.8.3/node_modules/knex/lib/transaction.js:320:12)
at Runner.query (/var/lib/ghost/versions/4.8.3/node_modules/knex/lib/runner.js:151:36)
at /var/lib/ghost/versions/4.8.3/node_modules/knex/lib/runner.js:40:23
at /var/lib/ghost/versions/4.8.3/node_modules/knex/lib/runner.js:277:24e[39m