Open remisharrock opened 1 year ago
forgot to mention I use this docker compose file
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
environment:
DB_MYSQL_HOST: "db"
DB_MYSQL_PORT: 3306
DB_MYSQL_USER: "************"
DB_MYSQL_PASSWORD: "****************"
DB_MYSQL_NAME: "*********************"
volumes:
- /root/npm/data:/data
- /root/npm/letsencrypt:/etc/letsencrypt
db:
image: 'jc21/mariadb-aria:latest'
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: '******************'
MYSQL_DATABASE: '******************'
MYSQL_USER: '*****************'
MYSQL_PASSWORD: '************************'
volumes:
- /root/npm/data/mysql:/var/lib/mysql
I'm experiencing the same, @remisharrock have you found any solutions or workarounds yet? Thanks.
Still the same in Version 2.10.3 : - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't exist
Can confirm. Same issue here after upgrade to 2.20.3. Is this only with MariaDB?
Issue is now considered stale. If you want to keep it open, please comment :+1:
I do have this error after upgrading to v2.10.0 from v2.9.19 :
[3/29/2023] [10:46:41 AM] [Express ] › ⚠ warning select
audit_log
.* fromaudit_log
order bycreated_on
DESC,id
DESC limit 100 - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't existwhen I navigate to the audit log I have 500 — Internal Error
thanks for the help