nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

error create table `migrations MariaDB

Open Roei639 opened this issue 3 years ago • 2 comments

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug After restarting the server there is an error in the NGNIX LOG:

error create table migrations (id int unsigned not null auto_increment primary key, name varchar(255), batch int, migration_time timestamp) - ER_CANT_CREATE_TABLE : Can't create table npm.migrations (errno: 13 "Permission denied.

The quick fix, reboot to docker MARIADB and the error stops

Nginx Proxy Manager Version v2.9.19

Roei639 avatar Dec 27 '22 09:12 Roei639

in #2774 I give a method to check if the mysql folder permissions are ok and how to fix it.

remisharrock avatar Mar 29 '23 17:03 remisharrock

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

github-actions[bot] avatar Jan 31 '24 01:01 github-actions[bot]