Hello everyone,
I recently installed Odoo on my system and encountered a difficulty when starting the application. After launching Odoo, I am facing the following error in the logs:
ERROR: Failed to load registry
Traceback (most recent call last):
File "/path/to/your/odoo/instance/modules/sql_db.py", line XX, in execute
res = self._obj.execute(query, params)
psycopg2.errors.DuplicateTable: ERROR: relation "base_registry_signaling" already exists
My Question:
How can I resolve this issue and allow Odoo to start properly? Should I manually delete this table or sequence, and if so, what are the recommended steps to do this safely?
Thank you in advance for your valuable assistance!