Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Manager does not work #504

Open
AquaMCU opened this issue May 12, 2024 · 1 comment
Open

Database Manager does not work #504

AquaMCU opened this issue May 12, 2024 · 1 comment

Comments

@AquaMCU
Copy link

AquaMCU commented May 12, 2024

I am using ODOO in a minimal docker-compose setup ( See below )

Unfortunately the database manager does not work. When I open it /web/database/manager, I get the error below and the Backup, Duplicate and Delete buttons do not work.

Any ideas?

ERROR:
Uncaught ReferenceError: $ is not defined
http://localhost:8069/web/static/src/public/database_manager.js:1
database_manager.js:1:1
http://localhost:8069/web/static/src/public/database_manager.js:1

version: '3.1'
services:
db:
image: postgres:16
volumes:
- ./postgres:/var/lib/postgresql/data/
environment:
- POSTGRES_DB=postgres
- POSTGRES_PASSWORD=odoo
- POSTGRES_USER=odoo

web:
image: odoo:17.0
depends_on:
- db
volumes:
- ./odoo-web-data:/var/lib/odoo
- ./config:/etc/odoo
ports:
- "8069:8069"

@ppsaheed
Copy link

Try running Odoo without volume mapping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants