[GH-ISSUE #2772] after upgrading to v2.10.0 from v2.9.19 Table 'npm.audit_log' doesn't exist #1904

Closed
opened 2026-02-26 07:33:09 +03:00 by kerem · 6 comments
Owner

Originally created by @remisharrock on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2772

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.* from audit_log order by created_on DESC, id DESC limit 100 - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't exist

when I navigate to the audit log I have 500 — Internal Error

thanks for the help

Originally created by @remisharrock on GitHub (Mar 29, 2023). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2772 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`.* from `audit_log` order by `created_on` DESC, `id` DESC limit 100 - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't exist when I navigate to the audit log I have 500 — Internal Error thanks for the help
kerem 2026-02-26 07:33:09 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@remisharrock commented on GitHub (Mar 29, 2023):

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
<!-- gh-comment-id:1488407031 --> @remisharrock commented on GitHub (Mar 29, 2023): 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 ```
Author
Owner

@guiever commented on GitHub (Apr 26, 2023):

I'm experiencing the same, @remisharrock have you found any solutions or workarounds yet? Thanks.

<!-- gh-comment-id:1523085994 --> @guiever commented on GitHub (Apr 26, 2023): I'm experiencing the same, @remisharrock have you found any solutions or workarounds yet? Thanks.
Author
Owner

@maurermeistergl commented on GitHub (May 10, 2023):

Still the same in Version 2.10.3 : - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't exist

<!-- gh-comment-id:1541489715 --> @maurermeistergl commented on GitHub (May 10, 2023): Still the same in Version 2.10.3 : - ER_NO_SUCH_TABLE: Table 'npm.audit_log' doesn't exist
Author
Owner

@ubeutenm commented on GitHub (Aug 1, 2023):

Can confirm. Same issue here after upgrade to 2.20.3. Is this only with MariaDB?

<!-- gh-comment-id:1659901449 --> @ubeutenm commented on GitHub (Aug 1, 2023): Can confirm. Same issue here after upgrade to 2.20.3. Is this only with MariaDB?
Author
Owner

@github-actions[bot] commented on GitHub (Apr 15, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2054538328 --> @github-actions[bot] commented on GitHub (Apr 15, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Jun 11, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2961023982 --> @github-actions[bot] commented on GitHub (Jun 11, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1904
No description provided.