I rebuilt my server and restored my database. In the process, I also changed database owner and password.
Going through some regression test right now and I hit this error while trying to use the Messaging module to send a message to one user:
08/25/2021 15:29:39
Date
DB Execute Failed. ERROR: permission denied for sequence messages_message_id_seq
Failure Notice
SELECT nextval('messages_message_id_seq') AS ID
SQL query
Thank you.