nginx-proxy-manager
nginx-proxy-manager copied to clipboard
error create table `migrations MariaDB
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker 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
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: