Then I wanted to get LDAP running, but whildst doing so, I realized that I am not even able to do a clean install anymore.
I have another postgresql at port 5432 for another docker. But I don't think that there is a mixup there, since the logs explicitly state postgresql_1
The logs are long but eventually:
Code: Select all
postgresql_1 | PostgreSQL init process complete; ready for start up.
postgresql_1 |
postgresql_1 | LOG: incomplete startup packet
postgresql_1 | LOG: database system was shut down at 2021-02-01 23:43:34 UTC
postgresql_1 | LOG: MultiXact member wraparound protections are now enabled
postgresql_1 | LOG: database system is ready to accept connections
postgresql_1 | LOG: autovacuum launcher started
postgresql_1 | ERROR: relation "permissions_storedpermission" does not exist at character 132
postgresql_1 | STATEMENT: SELECT "permissions_storedpermission"."id", "permissions_storedpermission"."namespace", "permissions_storedpermission"."name" FROM "permissions_storedpermission" WHERE ("permissions_storedpermission"."name" = 'acl_edit' AND "permissions_storedpermission"."namespace" = 'acls')
postgresql_1 | ERROR: relation "permissions_storedpermission" does not exist at character 132
postgresql_1 | STATEMENT: SELECT "permissions_storedpermission"."id", "permissions_storedpermission"."namespace", "permissions_storedpermission"."name" FROM "permissions_storedpermission" WHERE ("permissions_storedpermission"."name" = 'acl_view' AND "permissions_storedpermission"."namespace" = 'acls')
postgresql_1 | ERROR: relation "permissions_storedpermission" does not exist at character 132
Code: Select all
app_1 | /opt/mayan-edms/lib/python3.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.11) or chardet (4.0.0) doesn't match a supported version!
app_1 | RequestsDependencyWarning)
Somehow I managed to make something persist clean installation.