18 Jul
2024
18 Jul
'24
5:53 p.m.
On 7/18/24 7:58 AM, willie.castillo@caemilusa.com wrote:
Not sure what's going on here. This is the output of the "mailman3 info". What am I doing wrong?
$ /usr/bin/mailman3 info Traceback (most recent call last): ... alembic.script.revision.ResolutionError: No such revision or branch '2156fc3f6f7d'
The mailman3
command is trying to run all the alembic migrations as
part of initialization and is failing with this error. Thus, it never
gets to the point of actually doing what you ask.
What is the version_num in the alembic_version table in the database? I.e.,
SELECT version_num FROM alembic_version;
and what does
ls /usr/lib/python3.9/site-packages/mailman/database/alembic/versions/
and
grep -r 2156fc3f6f7d
/usr/lib/python3.9/site-packages/mailman/database/alembic/versions/
give?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan