Open Roei639 opened 1 year ago
Checklist
jc21/nginx-proxy-manager:latest
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.
migrations
id
name
batch
migration_time
npm
The quick fix, reboot to docker MARIADB and the error stops
Nginx Proxy Manager Version v2.9.19
in #2774 I give a method to check if the mysql folder permissions are ok and how to fix it.
Issue is now considered stale. If you want to keep it open, please comment :+1:
Checklist
jc21/nginx-proxy-manager:latest
docker image?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 tablenpm
.migrations
(errno: 13 "Permission denied.The quick fix, reboot to docker MARIADB and the error stops
Nginx Proxy Manager Version v2.9.19