Ask Fedora,
From the Fedora Developer’s site, I am working on the Docker Compose Tutorial. (see link above)
When I the command:
sudo docker-compose run web python3 manage.py migrate
Console output:
…
Creating awesome_web_web_run … done
Traceback (most recent call last):
File “/usr/lib/python3.10/site-packages/django/db/backends/utils.py”, line 83, in _execute
*return self.cursor.execute(sql)
psycopg2.errors.UndefinedColumn: column c.relispartition does not exist
LINE 3: CASE WHEN c.relispartition THEN ‘p’ WHEN c.relki…
^
The above exception was the direct cause of the following exception:
…
I believe I followed every step closely. Is this user error or tutorial error?
Does anyone know the fix.
Thank you,
kturner1