1:C 25 Oct 2020 20:56:48.678 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 25 Oct 2020 20:56:48.678 # Redis version=5.0.9, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 25 Oct 2020 20:56:48.678 # Configuration loaded
1:M 25 Oct 2020 20:56:48.680 * Running mode=standalone, port=6379.
1:M 25 Oct 2020 20:56:48.680 # WARNING: The TCP backlog setting of 256 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 25 Oct 2020 20:56:48.680 # Server initialized
1:M 25 Oct 2020 20:56:48.680 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 25 Oct 2020 20:56:48.680 * Ready to accept connections
and from postgres, the logs are too long, so here's the last few lines:
ERROR: relation "permissions_storedpermission" does not exist at character 132
STATEMENT: SELECT "permissions_storedpermission"."id", "permissions_storedpermission"."namespace", "permissions_storedpermission"."name" FROM "permissions_storedpermission" WHERE ("permissions_storedpermission"."name" = 'web_link_instance_view' AND "permissions_storedpermission"."namespace" = 'web_links')
ERROR: relation "document_states_workflowstateaction" does not exist at character 8
STATEMENT: UPDATE "document_states_workflowstateaction" SET "action_path" = 'mayan.apps.document_states.workflow_actions.HTTPAction' WHERE "document_states_workflowstateaction"."action_path" = 'mayan.apps.document_states.workflow_actions.HTTPPostAction'