blob: b3504e405aa9fd3bc4069424f148f9b73d158a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Troubleshoot CD Menu Failure
## Tags
* assigned: bonfacem
* type: modelling
* status: stalled
## Description
The menu in CD fails. This is because the database in CD is out of sync with the one in production. In particular:
```
2023-04-21 11:54:41 MySQLdb._exceptions.OperationalError: (1054, "Unknown column 'Family' in 'field list'")
```
## Resolution
Sync'ed tux02 with tux01.
* closed
|