[Support] Djoss - Nginx Proxy Manager


Djoss

Recommended Posts

On 3/12/2019 at 10:58 AM, Djoss said:

What are the errors now?

 

Sorry, took a while trying to fix it by myself (and I've "succeeded").

Initially I was having the same errors as before:

2019/03/16 04:36:26 [error] 904#904: *3 connect() failed (113: Host is unreachable) while connecting to upstream, client: 192.168.X.Y, server: mydomain.local, request: "GET / HTTP/1.1", upstream: "http://192.168.X.Y:3000/", host: "mydomain.local"

Turns out that Docker wouldn't me to access my host IP (be it public or internal) without --net=host. That's of course, an undesirable workaround. A better solution is to create a user-defined bridge network so that containers can talk directly.

 

After doing that I've enabled IPv6 and modified NGINX configuration:

  listen 8080;
  listen [::]:8080; 

And finally it worked as expected:

$ curl -6 -g -v -H "Host: mydomain.local" http://[::1]:8080
* Rebuilt URL to: http://[::1]:8080/
*   Trying ::1...
* TCP_NODELAY set
* Connected to ::1 (::1) port 8080 (#0)
> GET / HTTP/1.1
> Host: mydomain.local
> User-Agent: curl/7.60.0
> Accept: */*
> 
< HTTP/1.1 200 OK
[16/Mar/2019:05:14:09 +0000] - 200 200 - GET http mydomain.local "/" [Client 192.168.X.Y] [Length 543] [Gzip -] [Sent-to 192.168.X.Y] "curl/7.60.0" "-"
[16/Mar/2019:05:18:40 +0000] - 200 200 - GET http mydomain.local "/" [Client ::1] [Length 543] [Gzip -] [Sent-to 192.168.7.2] "curl/7.60.0" "-"

However, I have to say that while I love the Nice UI and have nothing but praise for the Developers, the container is not really what I was expecting. It is not currently able to generate configuration on the fly when I run new containers (that's probably the most important feature of jwilder/nginx-proxy); plus, I quickly outgrown the UI and had to intervene manually in order to make the container work with IPv6, make it play well with Syslog, etc.

On 3/13/2019 at 10:15 AM, binhex said:

before i go pestering the developer on github, does anybody know if its possible to configure multiple ports for a proxy host?, i have tvheadend running and i would like to forward to ports 9981 and 9982, as far as i can tell there i currently no way of doing this through the ui, maybe some additional advanced nginx config would allow me to do this? (anybody got any examples) until this is included in the ui - assuming it is possible.

You will need to set a Proxy Host configuration for the http port (9981) and a stream for the other port (9982). In the Stream configuration UI you can select a different port than 8080 (or whatever you http port is). Don't forget to publish that second port (e.g., -P 9982:9982) and add a rule to allow incoming traffic to that port in your firewall.

Link to comment

I am having issues starting this, the following is show on the log.

 

I have included the init_db.log from the appdata folder and verified Settings -> Global Share Settings -> Tunable (enable DirectIO) is set to Auto, it was, changed to Yes and changed back, still same issue.

 

I also reinstalled the docker (without deleting appdata) and still same issue.

 

Please let me know how to proceed with this.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] nginx-proxy-manager.sh: executing...
[cont-init.d] nginx-proxy-manager.sh: Starting database...
[mysqld] starting...
2019-03-20 9:09:57 22468420696968 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 355 ...
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Uses event mutexes
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Using Linux native AIO
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Number of pools: 1
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Completed initialization of buffer pool
2019-03-20 9:09:57 22468078586600 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-20 9:09:57 22468420696968 [ERROR] InnoDB: Invalid redo log header checksum.
2019-03-20 9:09:57 22468420696968 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2019-03-20 9:09:58 22468420696968 [Note] InnoDB: Starting shutdown...
2019-03-20 9:09:58 22468420696968 [ERROR] Plugin 'InnoDB' init function returned error.
2019-03-20 9:09:58 22468420696968 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2019-03-20 9:09:58 22468420696968 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-20 9:09:58 22468420696968 [ERROR] Unknown/unsupported storage engine: InnoDB
2019-03-20 9:09:58 22468420696968 [ERROR] Aborting

[cont-init.d] nginx-proxy-manager.sh: ERROR: Failed to start the database.
[cont-init.d] nginx-proxy-manager.sh: exited 1.
[services.d] stopping services
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

 

 

init_db.log

Link to comment
1 hour ago, ceyo14 said:

I am having issues starting this, the following is show on the log.

  

I have included the init_db.log from the appdata folder and verified Settings -> Global Share Settings -> Tunable (enable DirectIO) is set to Auto, it was, changed to Yes and changed back, still same issue.

 

I also reinstalled the docker (without deleting appdata) and still same issue.

 

Please let me know how to proceed with this.


[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] nginx-proxy-manager.sh: executing...
[cont-init.d] nginx-proxy-manager.sh: Starting database...
[mysqld] starting...
2019-03-20 9:09:57 22468420696968 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 355 ...
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Uses event mutexes
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Using Linux native AIO
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Number of pools: 1
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Completed initialization of buffer pool
2019-03-20 9:09:57 22468078586600 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-20 9:09:57 22468420696968 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-20 9:09:57 22468420696968 [ERROR] InnoDB: Invalid redo log header checksum.
2019-03-20 9:09:57 22468420696968 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2019-03-20 9:09:58 22468420696968 [Note] InnoDB: Starting shutdown...
2019-03-20 9:09:58 22468420696968 [ERROR] Plugin 'InnoDB' init function returned error.
2019-03-20 9:09:58 22468420696968 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2019-03-20 9:09:58 22468420696968 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-20 9:09:58 22468420696968 [ERROR] Unknown/unsupported storage engine: InnoDB
2019-03-20 9:09:58 22468420696968 [ERROR] Aborting

[cont-init.d] nginx-proxy-manager.sh: ERROR: Failed to start the database.
[cont-init.d] nginx-proxy-manager.sh: exited 1.
[services.d] stopping services
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

 

 

init_db.log

So it never worked?  Which filesystem are you using?

Try to stop the container, remove the appdata and start the container again.

Link to comment

Yes. I was using it and it was working. I did have issues with a drive from the array. But not the cache which is were the docker.img is.

 

Array is using XFS, Cache is using BTRFS. Parity Sync fixed a lot of errors (almost 1700) but again... For the array.

 

I will try renaming appdata folder to see what it does.

Link to comment
1 hour ago, Djoss said:

So it never worked?  Which filesystem are you using?

Try to stop the container, remove the appdata and start the container again.

 

1 hour ago, ceyo14 said:

Yes. I was using it and it was working. I did have issues with a drive from the array. But not the cache which is were the docker.img is.

 

Array is using XFS, Cache is using BTRFS. Parity Sync fixed a lot of errors (almost 1700) but again... For the array.

 

I will try renaming appdata folder to see what it does. 

 

I renamed the appdata folder to NginxProxyManager.old and erased old docker, installed fresh and the below is what I get. WebGUI doesn't come up, Browser says connection refused.

 



ErrorWarningSystemArrayLogin

[2019-3-20] [12:15:30] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:30] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:30] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:31] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:31] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:31] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:32] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:32] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:32] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:33] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:33] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:33] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:34] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:34] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:34] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:35] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:35] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:35] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:36] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:36] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:36] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:37] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:37] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:37] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:38] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:38] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:38] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:39] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:39] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:40] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:41] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:41] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:41] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:42] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:42] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:42] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:43] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:43] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:43] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:45] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:45] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:45] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:46] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:46] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:46] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:47] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:47] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:47] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:48] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:48] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:48] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:49] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:49] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:49] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:50] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:50] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:50] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:51] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:51] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:52] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:52] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:52] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:53] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:53] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:53] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:54] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:54] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:54] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:55] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:55] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:55] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:57] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:57] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:58] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:59] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:59] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:59] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:00] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:00] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:00] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:01] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:01] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:01] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:02] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:02] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:02] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:03] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:03] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:03] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:04] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:04] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:04] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:05] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:05] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:05] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:06] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:06] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:06] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:07] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:07] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:07] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:08] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:08] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:08] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:09] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:09] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:09] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:10] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:10] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:10] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:11] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:11] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:11] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:12] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:12] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:12] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:13] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:13] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:14] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:15] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:15] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:15] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:16] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:16] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:16] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:17] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:17] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:17] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:18] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:18] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:18] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:19] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:19] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:19] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:20] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:20] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:20] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:21] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:21] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:21] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:22] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:22] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:23] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:24] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:24] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:24] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:25] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:25] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:25] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:26] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:26] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:26] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:27] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:27] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:27] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:28] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:28] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:28] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:29] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:29] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:29] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:30] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:30] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:30] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:31] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:31] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:31] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:32] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:32] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:32] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:33] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:33] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:33] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:34] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:34] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:34] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:35] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:35] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:36] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:37] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:37] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:37] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:38] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:38] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:38] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:39] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:39] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:39] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:40] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:40] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:40] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:41] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:41] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:41] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:42] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:42] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:42] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:43] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:43] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:43] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:45] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:45] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:45] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:46] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:46] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:46] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:47] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:47] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:47] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:48] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:48] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:48] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:49] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:49] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:49] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:50] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:50] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:52] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:52] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:52] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:53] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:53] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:53] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:54] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:54] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:54] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:55] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:55] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:55] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[services.d] stopping services
[services.d] stopping app...
2019-03-20 12:16:57 22819532733160 [Warning] Aborted connection 9 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
[services.d] stopping nginx...
[services.d] stopping mysqld...
2019-03-20 12:16:57 22819532413672 [Note] /usr/bin/mysqld (initiated by: unknown): Normal shutdown
2019-03-20 12:16:57 22819532413672 [Note] Event Scheduler: Purging the queue. 0 events
2019-03-20 12:16:57 22819675839208 [Note] InnoDB: FTS optimize thread exiting.
2019-03-20 12:16:57 22819532413672 [Note] InnoDB: Starting shutdown...
2019-03-20 12:16:57 22819675368168 [Note] InnoDB: Dumping buffer pool(s) to /config/mysql/ib_buffer_pool
2019-03-20 12:16:57 22819675368168 [Note] InnoDB: Buffer pool(s) dump completed at 190320 12:16:57
2019-03-20 12:16:58 22819532413672 [Note] InnoDB: Shutdown completed; log sequence number 2200519
2019-03-20 12:16:58 22819532413672 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-03-20 12:16:58 22819532413672 [Note] /usr/bin/mysqld: Shutdown complete

[services.d] stopping statusmonitor...
[services.d] stopping logmonitor...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

 

init_db(1).log

Edited by ceyo14
Link to comment
8 hours ago, ceyo14 said:

 

 

I renamed the appdata folder to NginxProxyManager.old and erased old docker, installed fresh and the below is what I get. WebGUI doesn't come up, Browser says connection refused.

 




ErrorWarningSystemArrayLogin

[2019-3-20] [12:15:30] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:30] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:30] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:31] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:31] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:31] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:32] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:32] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:32] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:33] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:33] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:33] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:34] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:34] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:34] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:35] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:35] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:35] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:36] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:36] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:36] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:37] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:37] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:37] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:38] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:38] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:38] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:39] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:39] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:40] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:41] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:41] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:41] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:42] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:42] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:42] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:43] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:43] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:43] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:45] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:45] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:45] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:46] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:46] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:46] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:47] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:47] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:47] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:48] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:48] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:48] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:49] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:49] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:49] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:50] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:50] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:50] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:51] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:51] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:52] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:52] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:52] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:53] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:53] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:53] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:54] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:54] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:54] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:55] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:55] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:55] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:57] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:57] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:58] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:59] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:15:59] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:15:59] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:00] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:00] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:00] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:01] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:01] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:01] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:02] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:02] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:02] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:03] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:03] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:03] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:04] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:04] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:04] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:05] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:05] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:05] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:06] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:06] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:06] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:07] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:07] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:07] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:08] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:08] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:08] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:09] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:09] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:09] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:10] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:10] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:10] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:11] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:11] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:11] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:12] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:12] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:12] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:13] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:13] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:14] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:15] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:15] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:15] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:16] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:16] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:16] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:17] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:17] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:17] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:18] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:18] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:18] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:19] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:19] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:19] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:20] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:20] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:20] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:21] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:21] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:21] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:22] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:22] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:23] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:24] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:24] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:24] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:25] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:25] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:25] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:26] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:26] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:26] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:27] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:27] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:27] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:28] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:28] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:28] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:29] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:29] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:29] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:30] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:30] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:30] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:31] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:31] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:31] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:32] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:32] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:32] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:33] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:33] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:33] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:34] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:34] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:34] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:35] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:35] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:36] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:37] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:37] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:37] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:38] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:38] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:38] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:39] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:39] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:39] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:40] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:40] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:40] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:41] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:41] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:41] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:42] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:42] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:42] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:43] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:43] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:43] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:44] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:44] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:45] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:45] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:45] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:46] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:46] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:46] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:47] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:47] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:47] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:48] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:48] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:48] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:49] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:49] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:49] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:50] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:50] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:51] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:52] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:52] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:52] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:53] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:53] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:53] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:54] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:54] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:54] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:55] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:55] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:55] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Migrate ] › ℹ info Current database version: 20190215115310
[2019-3-20] [12:16:56] [Migrate ] › ℹ info [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [12:16:56] [Global ] › ✖ error alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[services.d] stopping services
[services.d] stopping app...
2019-03-20 12:16:57 22819532733160 [Warning] Aborted connection 9 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
[services.d] stopping nginx...
[services.d] stopping mysqld...
2019-03-20 12:16:57 22819532413672 [Note] /usr/bin/mysqld (initiated by: unknown): Normal shutdown
2019-03-20 12:16:57 22819532413672 [Note] Event Scheduler: Purging the queue. 0 events
2019-03-20 12:16:57 22819675839208 [Note] InnoDB: FTS optimize thread exiting.
2019-03-20 12:16:57 22819532413672 [Note] InnoDB: Starting shutdown...
2019-03-20 12:16:57 22819675368168 [Note] InnoDB: Dumping buffer pool(s) to /config/mysql/ib_buffer_pool
2019-03-20 12:16:57 22819675368168 [Note] InnoDB: Buffer pool(s) dump completed at 190320 12:16:57
2019-03-20 12:16:58 22819532413672 [Note] InnoDB: Shutdown completed; log sequence number 2200519
2019-03-20 12:16:58 22819532413672 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-03-20 12:16:58 22819532413672 [Note] /usr/bin/mysqld: Shutdown complete

[services.d] stopping statusmonitor...
[services.d] stopping logmonitor...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

 

init_db(1).log

This is really strange.  Can you attach the full container log? You can get it by executing "docker logs NginxProxyManager"

Link to comment
45 minutes ago, Djoss said:

This is really strange.  Can you attach the full container log? You can get it by executing "docker logs NginxProxyManager"

[2019-3-20] [21:04:05] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:05] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:06] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:06] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:06] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:07] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:07] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:07] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:08] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:08] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:08] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:09] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:09] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:09] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:10] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:10] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:10] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:11] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:11] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:11] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:12] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:12] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:12] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:13] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:13] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:13] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:14] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:14] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:14] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:15] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:15] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:15] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:16] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:16] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:16] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:17] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:17] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:17] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:18] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:19] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:19] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:20] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:20] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:20] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:21] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:21] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:21] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:22] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:22] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:22] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:23] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:23] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:23] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:24] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:24] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:24] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:25] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:25] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:25] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:26] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:26] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:26] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:27] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:27] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:28] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:28] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:28] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:29] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:29] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:29] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:30] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:30] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:30] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:31] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:31] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:31] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:32] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:32] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:32] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:33] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:33] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:34] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:35] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:35] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:35] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:36] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:36] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:36] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:37] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:37] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:37] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:38] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:38] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:38] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:39] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:39] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:39] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:40] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:40] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:40] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:41] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:41] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:41] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:42] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:42] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:42] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:43] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:43] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:43] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:44] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:44] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:44] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:45] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:45] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:45] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:46] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:46] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:46] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:47] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:47] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:47] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:48] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:48] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:48] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:49] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:49] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:49] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:50] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:50] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:50] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:51] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:51] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:52] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:53] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:53] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:53] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:54] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:54] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:54] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:55] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:55] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:55] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:56] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:56] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:56] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:57] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:57] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:57] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:58] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:58] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:58] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:59] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:04:59] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:04:59] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:00] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:00] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:00] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:01] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:01] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:01] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:02] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:02] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:02] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:03] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:03] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:03] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:04] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:04] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:04] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:05] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:05] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:05] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:06] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:06] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:06] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:07] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:07] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:08] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:09] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:09] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:09] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:10] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:10] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:10] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:11] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:11] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:11] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:12] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:12] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:12] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:13] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:13] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:13] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:14] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:14] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:14] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:15] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:15] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:15] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:16] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:16] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:16] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:17] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:17] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:17] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:18] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:18] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:18] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:19] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:19] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:19] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:20] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:20] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:20] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:21] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:21] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:21] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:22] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:22] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:22] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:23] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:24] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:24] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:25] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:25] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:25] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:26] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:26] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:26] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:27] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:27] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:28] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:28] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:28] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:29] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:29] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:29] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:30] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:30] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:30] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:31] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:31] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:31] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:32] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:32] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:32] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:33] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:34] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:34] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:35] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:35] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:35] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:36] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:36] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:36] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:37] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:37] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:37] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:38] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:38] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:38] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:39] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:39] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:39] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:40] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:40] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:40] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:41] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:41] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:41] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:42] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:42] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:42] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:43] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:43] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:43] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:44] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:44] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:44] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:45] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:45] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:45] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:46] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:46] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:46] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:47] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:47] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:47] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:48] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:48] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:48] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:49] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:49] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:49] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:50] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:50] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:51] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:52] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:52] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:52] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:53] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:53] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:53] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:54] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:54] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:54] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:55] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:55] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:55] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:56] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:56] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:56] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:57] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:57] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:57] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:58] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:58] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:58] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:59] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:05:59] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:05:59] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:00] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:00] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:00] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:01] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:01] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:01] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:02] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:02] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:02] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:03] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:03] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:03] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:04] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:04] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:04] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:05] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:05] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:05] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:06] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:06] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:07] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:08] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:08] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:08] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:09] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:09] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:09] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:10] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:10] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:10] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:11] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:11] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:11] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:12] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:12] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:12] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:13] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:13] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:13] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:14] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:14] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:14] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:15] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:15] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:15] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:16] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:16] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:16] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:17] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:17] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:17] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:18] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:18] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:18] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:19] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:19] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:19] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:20] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:20] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:20] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:21] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:21] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:21] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:22] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:22] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:22] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:23] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:23] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:23] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:24] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:24] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:24] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:25] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:25] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:26] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:27] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:27] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:28] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:28] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:28] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:29] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:29] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:29] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:30] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:30] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:30] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:31] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:31] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:31] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:32] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:32] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:32] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:33] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:33] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:33] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:34] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:34] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:34] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:35] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:35] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:35] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:36] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:36] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:36] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:37] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:37] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:37] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:38] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:38] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:38] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:39] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:39] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:39] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:40] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:40] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:40] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:41] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:41] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:41] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:42] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:42] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:42] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:43] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:43] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:43] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:44] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:44] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:44] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:45] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:45] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:45] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:46] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:46] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:47] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:48] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:48] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:48] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:49] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:49] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:49] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:50] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:50] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:50] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:51] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:51] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:51] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:52] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:52] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:52] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:53] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:53] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:53] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:54] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:54] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:54] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:55] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:55] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:55] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:56] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:56] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:56] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:57] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:57] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:57] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:58] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:58] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:58] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:59] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:06:59] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:06:59] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:00] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:00] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:00] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:01] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:01] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:01] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:02] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:02] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:02] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:03] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:03] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:03] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:04] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:04] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:04] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:05] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:05] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:05] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:06] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:07] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:07] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:08] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:08] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:08] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:09] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:09] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:09] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:10] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:10] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:10] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:11] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:11] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:11] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:12] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:12] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:12] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:13] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:13] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:13] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:14] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:14] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:14] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:15] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:15] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:15] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:16] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:16] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:16] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:17] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:17] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:17] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:18] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:18] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:18] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:19] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:19] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:19] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:20] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:20] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:20] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:21] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:21] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:21] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:22] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:22] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:22] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:23] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:23] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:24] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:25] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:25] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:25] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:26] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:26] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:26] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:27] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:27] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:28] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:28] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:28] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:29] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:29] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:29] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:30] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:30] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:30] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:31] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:31] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:31] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:32] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:32] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:32] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:33] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:33] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:33] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:34] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:34] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:34] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:35] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:35] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:35] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:36] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:36] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:36] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:37] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:37] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:37] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:38] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:38] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:39] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:40] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:40] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:40] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:41] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:41] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:41] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:42] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:42] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:42] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:43] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:43] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:43] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:44] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:44] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:44] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:45] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:45] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:45] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:46] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:46] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:46] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:47] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:47] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:47] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:48] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:48] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:48] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:49] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:49] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:49] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:50] [Migrate  ] › ℹ  info      Current database version: 20190215115310
[2019-3-20] [21:07:50] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
migration file "20190227065017_settings.js" failed
migration failed with error: alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
[2019-3-20] [21:07:50] [Global   ] › ✖  error     alter table `proxy_host` add `hsts_enabled` int unsigned not null default '0', add `hsts_subdomains` int unsigned not null default '0' - ER_DUP_FIELDNAME: Duplicate column name 'hsts_enabled'
root@NAS:~#

this is what came up. this is with the fresh appdata folder...

Link to comment
8 hours ago, ceyo14 said:

this is what came up. this is with the fresh appdata folder...

It seems that the first messages are lost, probably because the log get flooded by error messages.

Can you try again, starting with an empty appdata folder?  Try to get the log soon after the errors start to flood.

 

Also, are you using default container settings?

Finally, to check if your problem is related to the storage, try to set the appdata folder to "/tmp/NginxProxyManager".

Link to comment
2 hours ago, Djoss said:

It seems that the first messages are lost, probably because the log get flooded by error messages.

Can you try again, starting with an empty appdata folder?  Try to get the log soon after the errors start to flood.

 

Also, are you using default container settings?

Finally, to check if your problem is related to the storage, try to set the appdata folder to "/tmp/NginxProxyManager".

everything is default.

 

login as: root
[email protected]'s password:
Last login: Thu Mar 21 07:50:10 2019 from 192.168.2.22
Linux 4.18.20-unRAID.
root@NAS:~# docker logs NginxProxyManager
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] nginx-proxy-manager.sh: executing...
[cont-init.d] nginx-proxy-manager.sh: Initializing database data directory...
[cont-init.d] nginx-proxy-manager.sh: Database data directory initialized.
[cont-init.d] nginx-proxy-manager.sh: Starting database...
[mysqld] starting...
2019-03-21  7:52:20 22794216139656 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 412 ...
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Uses event mutexes
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Using Linux native AIO
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Number of pools: 1
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Completed initialization of buffer pool
2019-03-21  7:52:20 22793874029288 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-03-21  7:52:20 22794216139656 [Note] InnoDB: 5.7.25 started; log sequence number 1619987
2019-03-21  7:52:20 22793879354088 [Note] InnoDB: Loading buffer pool(s) from /config/mysql/ib_buffer_pool
2019-03-21  7:52:20 22793879354088 [Note] InnoDB: Buffer pool(s) load completed at 190321  7:52:20
2019-03-21  7:52:20 22794216139656 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-21  7:52:20 22794216139656 [Note] Server socket created on IP: '::'.
2019-03-21  7:52:20 22794216139656 [Note] Reading of all Master_info entries succeded
2019-03-21  7:52:20 22794216139656 [Note] Added new Master_info '' to hash table
2019-03-21  7:52:20 22794216139656 [Note] /usr/bin/mysqld: ready for connections.
Version: '10.2.22-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  MariaDB Server
[cont-init.d] nginx-proxy-manager.sh: Securing database installation...
[cont-init.d] nginx-proxy-manager.sh: Initializing database ...
[cont-init.d] nginx-proxy-manager.sh: Shutting down database...
2019-03-21  7:52:21 22793736399592 [Note] /usr/bin/mysqld (initiated by: unknown): Normal shutdown
2019-03-21  7:52:21 22793736399592 [Note] Event Scheduler: Purging the queue. 0 events
2019-03-21  7:52:21 22793879825128 [Note] InnoDB: FTS optimize thread exiting.
2019-03-21  7:52:21 22793736399592 [Note] InnoDB: Starting shutdown...
2019-03-21  7:52:21 22793879354088 [Note] InnoDB: Dumping buffer pool(s) to /config/mysql/ib_buffer_pool
2019-03-21  7:52:21 22793879354088 [Note] InnoDB: Buffer pool(s) dump completed at 190321  7:52:21
2019-03-21  7:52:23 22793736399592 [Note] InnoDB: Shutdown completed; log sequence number 1620006
2019-03-21  7:52:23 22793736399592 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-03-21  7:52:23 22793736399592 [Note] /usr/bin/mysqld: Shutdown complete

[cont-init.d] nginx-proxy-manager.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] starting s6-fdholderd...
[services.d] starting logmonitor...
[services.d] starting statusmonitor...
[logmonitor] no file to monitor: disabling service...
[services.d] starting mysqld...
[statusmonitor] no file to monitor: disabling service...
[mysqld] starting...
2019-03-21  7:52:23 23405158726536 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 798 ...
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Uses event mutexes
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Using Linux native AIO
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Number of pools: 1
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Completed initialization of buffer pool
2019-03-21  7:52:23 23404816616168 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-03-21  7:52:23 23405158726536 [Note] InnoDB: 5.7.25 started; log sequence number 1620006
2019-03-21  7:52:23 23404821940968 [Note] InnoDB: Loading buffer pool(s) from /config/mysql/ib_buffer_pool
2019-03-21  7:52:23 23404821940968 [Note] InnoDB: Buffer pool(s) load completed at 190321  7:52:23
2019-03-21  7:52:23 23405158726536 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-21  7:52:23 23405158726536 [Note] Server socket created on IP: '::'.
2019-03-21  7:52:23 23405158726536 [Note] Reading of all Master_info entries succeded
2019-03-21  7:52:23 23405158726536 [Note] Added new Master_info '' to hash table
2019-03-21  7:52:23 23405158726536 [Note] /usr/bin/mysqld: ready for connections.
Version: '10.2.22-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  MariaDB Server
[services.d] starting nginx...
[services.d] starting app...
[nginx] starting...
[app] starting Nginx Proxy Manager...
[services.d] done.
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      Current database version: none
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] auth Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] user Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] user_permission Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] proxy_host Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] redirection_host Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] dead_host Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] stream Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] access_list Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] certificate Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] access_list_auth Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [initial-schema] audit_log Table created
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [websockets] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [websockets] proxy_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [forward_host] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [forward_host] proxy_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [http2_support] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [http2_support] proxy_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [http2_support] redirection_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [http2_support] dead_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [forward_scheme] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [forward_scheme] proxy_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [disabled] Migrating Up...
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [disabled] proxy_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [disabled] redirection_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [disabled] dead_host Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [disabled] stream Table altered
[2019-3-21] [07:52:26] [Migrate  ] › ℹ  info      [custom_locations] Migrating Up...
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [custom_locations] proxy_host Table altered
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [hsts] proxy_host Table altered
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [hsts] redirection_host Table altered
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [hsts] dead_host Table altered
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [settings] Migrating Up...
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [settings] setting Table created
[2019-3-21] [07:52:27] [Migrate  ] › ℹ  info      [settings] Default settings added
[2019-3-21] [07:52:27] [Setup    ] › ℹ  info      Creating a new JWT key pair...
[2019-3-21] [07:52:35] [Setup    ] › ℹ  info      Wrote JWT key pair to config file: /opt/nginx-proxy-manager/config/production.json
[2019-3-21] [07:52:35] [Setup    ] › ⚠  warning   Restarting interface to apply new configuration
2019-03-21  7:52:35 23404679305960 [Warning] Aborted connection 9 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
2019-03-21  7:52:35 23404678986472 [Warning] Aborted connection 10 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
[app] starting Nginx Proxy Manager...
[2019-3-21] [07:52:37] [Migrate  ] › ℹ  info      Current database version: 20190227065017
[2019-3-21] [07:52:37] [Setup    ] › ℹ  info      Creating a new user: [email protected] with password: changeme
[2019-3-21] [07:52:38] [Setup    ] › ℹ  info      Initial setup completed
[2019-3-21] [07:52:38] [Importer ] › ℹ  info      Beginning import from V1 ...
Successfully connected to : /config
[2019-3-21] [07:52:38] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[2019-3-21] [07:52:38] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[2019-3-21] [07:52:38] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[2019-3-21] [07:52:38] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[2019-3-21] [07:52:39] [SSL      ] › ℹ  info      Let's Encrypt Renewal Timer initialized
[2019-3-21] [07:52:39] [IP Ranges] › ℹ  info      IP Ranges Renewal Timer initialized
[2019-3-21] [07:52:39] [Global   ] › ℹ  info      PID 932 listening on port 8181 ...
[services.d] stopping services
[services.d] stopping app...
[2019-3-21] [07:53:32] [Global   ] › ℹ  info      PID 932 received SIGTERM
[2019-3-21] [07:53:32] [Global   ] › ℹ  info      Stopping.
2019-03-21  7:53:32 23404679305960 [Warning] Aborted connection 11 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
[services.d] stopping nginx...
[services.d] stopping mysqld...
2019-03-21  7:53:32 23404678666984 [Note] /usr/bin/mysqld (initiated by: unknown): Normal shutdown
2019-03-21  7:53:32 23404678666984 [Note] Event Scheduler: Purging the queue. 0 events
2019-03-21  7:53:32 23404822412008 [Note] InnoDB: FTS optimize thread exiting.
2019-03-21  7:53:33 23404678666984 [Note] InnoDB: Starting shutdown...
2019-03-21  7:53:33 23404821940968 [Note] InnoDB: Dumping buffer pool(s) to /config/mysql/ib_buffer_pool
2019-03-21  7:53:33 23404821940968 [Note] InnoDB: Buffer pool(s) dump completed at 190321  7:53:33
2019-03-21  7:53:34 23404678666984 [Note] InnoDB: Shutdown completed; log sequence number 1960434
2019-03-21  7:53:34 23404678666984 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-03-21  7:53:34 23404678666984 [Note] /usr/bin/mysqld: Shutdown complete

[services.d] stopping statusmonitor...
[services.d] stopping logmonitor...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
root@NAS:~#

 

Link to comment
 
 
1
Just now, ceyo14 said:

everything is default.

 

 

Reinstalled in normal appdata since I saw it working and now it works as normally, how can I restore my settings?

 

login as: root
[email protected]'s password:
Last login: Thu Mar 21 07:53:02 2019 from 192.168.2.22
Linux 4.18.20-unRAID.
root@NAS:~# docker logs NginxProxyManager
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] nginx-proxy-manager.sh: executing...
[cont-init.d] nginx-proxy-manager.sh: Initializing database data directory...
[cont-init.d] nginx-proxy-manager.sh: Database data directory initialized.
[cont-init.d] nginx-proxy-manager.sh: Starting database...
[mysqld] starting...
2019-03-21  7:56:15 22688279161736 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 412 ...
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Uses event mutexes
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Using Linux native AIO
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Number of pools: 1
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Completed initialization of buffer pool
2019-03-21  7:56:15 22687937051368 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-03-21  7:56:15 22688279161736 [Note] InnoDB: 5.7.25 started; log sequence number 1619987
2019-03-21  7:56:15 22687942376168 [Note] InnoDB: Loading buffer pool(s) from /config/mysql/ib_buffer_pool
2019-03-21  7:56:15 22687942376168 [Note] InnoDB: Buffer pool(s) load completed at 190321  7:56:15
2019-03-21  7:56:15 22688279161736 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-21  7:56:15 22688279161736 [Note] Server socket created on IP: '::'.
2019-03-21  7:56:15 22688279161736 [Note] Reading of all Master_info entries succeded
2019-03-21  7:56:15 22688279161736 [Note] Added new Master_info '' to hash table
2019-03-21  7:56:15 22688279161736 [Note] /usr/bin/mysqld: ready for connections.
Version: '10.2.22-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  MariaDB Server
[cont-init.d] nginx-proxy-manager.sh: Securing database installation...
[cont-init.d] nginx-proxy-manager.sh: Initializing database ...
[cont-init.d] nginx-proxy-manager.sh: Shutting down database...
2019-03-21  7:56:16 22687799421672 [Note] /usr/bin/mysqld (initiated by: unknown): Normal shutdown
2019-03-21  7:56:16 22687799421672 [Note] Event Scheduler: Purging the queue. 0 events
2019-03-21  7:56:16 22687942847208 [Note] InnoDB: FTS optimize thread exiting.
2019-03-21  7:56:16 22687799421672 [Note] InnoDB: Starting shutdown...
2019-03-21  7:56:16 22687942376168 [Note] InnoDB: Dumping buffer pool(s) to /config/mysql/ib_buffer_pool
2019-03-21  7:56:16 22687942376168 [Note] InnoDB: Buffer pool(s) dump completed at 190321  7:56:16
2019-03-21  7:56:18 22687799421672 [Note] InnoDB: Shutdown completed; log sequence number 1620006
2019-03-21  7:56:18 22687799421672 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2019-03-21  7:56:18 22687799421672 [Note] /usr/bin/mysqld: Shutdown complete

[cont-init.d] nginx-proxy-manager.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] starting s6-fdholderd...
[services.d] starting statusmonitor...
[statusmonitor] no file to monitor: disabling service...
[services.d] starting mysqld...
[mysqld] starting...
2019-03-21  7:56:18 22685601700744 [Note] /usr/bin/mysqld (mysqld 10.2.22-MariaDB) starting as process 786 ...
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Uses event mutexes
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Using Linux native AIO
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Number of pools: 1
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Using SSE2 crc32 instructions
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Completed initialization of buffer pool
2019-03-21  7:56:18 22685259590376 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-03-21  7:56:18 22685601700744 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-03-21  7:56:19 22685601700744 [Note] InnoDB: 5.7.25 started; log sequence number 1620006
2019-03-21  7:56:19 22685264915176 [Note] InnoDB: Loading buffer pool(s) from /config/mysql/ib_buffer_pool
2019-03-21  7:56:19 22685264915176 [Note] InnoDB: Buffer pool(s) load completed at 190321  7:56:19
2019-03-21  7:56:19 22685601700744 [Note] Plugin 'FEEDBACK' is disabled.
2019-03-21  7:56:19 22685601700744 [Note] Server socket created on IP: '::'.
2019-03-21  7:56:19 22685601700744 [Note] Reading of all Master_info entries succeded
2019-03-21  7:56:19 22685601700744 [Note] Added new Master_info '' to hash table
2019-03-21  7:56:19 22685601700744 [Note] /usr/bin/mysqld: ready for connections.
Version: '10.2.22-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  MariaDB Server
[services.d] starting logmonitor...
[services.d] starting nginx...
[logmonitor] no file to monitor: disabling service...
[services.d] starting app...
[app] starting Nginx Proxy Manager...
[nginx] starting...
[services.d] done.
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      Current database version: none
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] Migrating Up...
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] auth Table created
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] user Table created
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] user_permission Table created
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] proxy_host Table created
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] redirection_host Table created
[2019-3-21] [07:56:22] [Migrate  ] › ℹ  info      [initial-schema] dead_host Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [initial-schema] stream Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [initial-schema] access_list Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [initial-schema] certificate Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [initial-schema] access_list_auth Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [initial-schema] audit_log Table created
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [websockets] Migrating Up...
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [websockets] proxy_host Table altered
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [forward_host] Migrating Up...
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [forward_host] proxy_host Table altered
[2019-3-21] [07:56:23] [Migrate  ] › ℹ  info      [http2_support] Migrating Up...
[2019-3-21] [07:56:24] [Migrate  ] › ℹ  info      [http2_support] proxy_host Table altered
[2019-3-21] [07:56:24] [Migrate  ] › ℹ  info      [http2_support] redirection_host Table altered
[2019-3-21] [07:56:24] [Migrate  ] › ℹ  info      [http2_support] dead_host Table altered
[2019-3-21] [07:56:25] [Migrate  ] › ℹ  info      [forward_scheme] Migrating Up...
[2019-3-21] [07:56:25] [Migrate  ] › ℹ  info      [forward_scheme] proxy_host Table altered
[2019-3-21] [07:56:25] [Migrate  ] › ℹ  info      [disabled] Migrating Up...
[2019-3-21] [07:56:25] [Migrate  ] › ℹ  info      [disabled] proxy_host Table altered
[2019-3-21] [07:56:25] [Migrate  ] › ℹ  info      [disabled] redirection_host Table altered
[2019-3-21] [07:56:26] [Migrate  ] › ℹ  info      [disabled] dead_host Table altered
[2019-3-21] [07:56:26] [Migrate  ] › ℹ  info      [disabled] stream Table altered
[2019-3-21] [07:56:26] [Migrate  ] › ℹ  info      [custom_locations] Migrating Up...
[2019-3-21] [07:56:27] [Migrate  ] › ℹ  info      [custom_locations] proxy_host Table altered
[2019-3-21] [07:56:27] [Migrate  ] › ℹ  info      [hsts] Migrating Up...
[2019-3-21] [07:56:27] [Migrate  ] › ℹ  info      [hsts] proxy_host Table altered
[2019-3-21] [07:56:27] [Migrate  ] › ℹ  info      [hsts] redirection_host Table altered
[2019-3-21] [07:56:28] [Migrate  ] › ℹ  info      [hsts] dead_host Table altered
[2019-3-21] [07:56:28] [Migrate  ] › ℹ  info      [settings] Migrating Up...
[2019-3-21] [07:56:28] [Migrate  ] › ℹ  info      [settings] setting Table created
[2019-3-21] [07:56:28] [Migrate  ] › ℹ  info      [settings] Default settings added
[2019-3-21] [07:56:28] [Setup    ] › ℹ  info      Creating a new JWT key pair...
[2019-3-21] [07:56:45] [Setup    ] › ℹ  info      Wrote JWT key pair to config file: /opt/nginx-proxy-manager/config/production.json
[2019-3-21] [07:56:45] [Setup    ] › ⚠  warning   Restarting interface to apply new configuration
2019-03-21  7:56:45 22685122280168 [Warning] Aborted connection 9 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
2019-03-21  7:56:45 22685121960680 [Warning] Aborted connection 10 to db: 'nginxproxymanager' user: 'nginxproxymanager' host: 'localhost' (Got an error reading communication packets)
[app] starting Nginx Proxy Manager...
[2019-3-21] [07:56:47] [Migrate  ] › ℹ  info      Current database version: 20190227065017
[2019-3-21] [07:56:47] [Setup    ] › ℹ  info      Creating a new user: [email protected] with password: changeme
[2019-3-21] [07:56:48] [Setup    ] › ℹ  info      Initial setup completed
[2019-3-21] [07:56:48] [Importer ] › ℹ  info      Beginning import from V1 ...
Successfully connected to : /config
[2019-3-21] [07:56:48] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[2019-3-21] [07:56:48] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[2019-3-21] [07:56:48] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[2019-3-21] [07:56:48] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[2019-3-21] [07:56:49] [SSL      ] › ℹ  info      Let's Encrypt Renewal Timer initialized
[2019-3-21] [07:56:49] [IP Ranges] › ℹ  info      IP Ranges Renewal Timer initialized
[2019-3-21] [07:56:49] [Global   ] › ℹ  info      PID 931 listening on port 8181 ...
root@NAS:~#

 

Link to comment

First off, I will like to say thank you for the docker the redirects, for my containers was a step I always have trouble with.

 

But reading over the thread, has there been any news why I can't use the "Force SSL" or the "https" option in the scheme without errors? 

  • Like 1
Link to comment
12 hours ago, ceyo14 said:

Reinstalled in normal appdata since I saw it working and now it works as normally, how can I restore my settings?

 

Do you have plenty of space on your cache drive?  From what I've read, the error you get may have been caused by a lack of space.

 

Also, do you have backups of you appdata folder that you could restore?  If not, you could try the following:

  • First, make sure to do a copy of your app data folder.
  • Make sure the container is stopped.
  • Rename these file in your appdata folder:
    • mv mysql/ib_logfile0 mysql/ib_logfile0.bak
    • mv mysql/ib_logfile1 mysql/ib_logfile1.bak
  • Start the container.
  • Like 1
Link to comment
8 hours ago, SoloLab said:

First off, I will like to say thank you for the docker the redirects, for my containers was a step I always have trouble with.

 

But reading over the thread, has there been any news why I can't use the "Force SSL" or the "https" option in the scheme without errors? 

Which errors are you talking about?

Link to comment

Hopefully someone can offer some suggestions regarding a conflict I'm having with Organizr and Nginx Proxy manager. I can't load any of my tabs ( sonarr, radarr, etc.) using NPM subfolder scheme. I'm receiving a online status indicator with a SSL certificate. I have the CNAME pointing to my DuckDNS account and after reading through some suggestions I have added the x-frame "same origin" line to each subfolder entry. That hasn't worked but I did stumble upon adding a environmental variable as indicated in the INSTALL wiki "You can configure the X-FRAME-OPTIONS header value by specifying it as a Docker environment variable. The default if not specified is deny." Can someone walk me through making this change to the container?

Edited by ruruman
clarity
Link to comment
On 3/21/2019 at 8:01 PM, Djoss said:

Which errors are you talking about?

If i try to enable "https" on the schema for a route, then navigate to that page it errors out. But if I use normal HTTP and go it works. can even manually change it to https at that point and it still works, but not when I set it in the UI. 

Link to comment
On 3/21/2019 at 9:01 PM, Djoss said:

 

Do you have plenty of space on your cache drive?  From what I've read, the error you get may have been caused by a lack of space.

 

Also, do you have backups of you appdata folder that you could restore?  If not, you could try the following:

  • First, make sure to do a copy of your app data folder.
  • Make sure the container is stopped.
  • Rename these file in your appdata folder:
    • mv mysql/ib_logfile0 mysql/ib_logfile0.bak
    • mv mysql/ib_logfile1 mysql/ib_logfile1.bak
  • Start the container.

This worked great, Thanks!

Link to comment
On 3/21/2019 at 11:22 PM, ruruman said:

Hopefully someone can offer some suggestions regarding a conflict I'm having with Organizr and Nginx Proxy manager. I can't load any of my tabs ( sonarr, radarr, etc.) using NPM subfolder scheme. I'm receiving a online status indicator with a SSL certificate. I have the CNAME pointing to my DuckDNS account and after reading through some suggestions I have added the x-frame "same origin" line to each subfolder entry. That hasn't worked but I did stumble upon adding a environmental variable as indicated in the INSTALL wiki "You can configure the X-FRAME-OPTIONS header value by specifying it as a Docker environment variable. The default if not specified is deny." Can someone walk me through making this change to the container?

You can add a new environment variable by editing container's settings, then clicking "Add another Path, Port, Variable, Label or Device".  Select "Variable" as the "Config Type".  Set the Name and Key to "X_FRAME_OPTIONS" and finally set the value to "sameorigin".

Link to comment
On 3/22/2019 at 12:00 AM, Liam_Galt said:

I'm setting up Organizr and was wondering how to set up authentication as described on the wiki. It seems to me that this would require an entire custom Nginx config for each subdomain, but I'm not positive. Anyone happen to know?

Yes, I think that changes needed to support authentication require you to use a custom config...

Link to comment
On 3/22/2019 at 10:12 PM, SoloLab said:

If i try to enable "https" on the schema for a route, then navigate to that page it errors out. But if I use normal HTTP and go it works. can even manually change it to https at that point and it still works, but not when I set it in the UI. 

The scheme you are configuring is for the forwarded host (i.e. how you access your internal service) and is not related to how it is accessed externally.

To better help you, please provide a screenshot of your proxy host configuration and a screenshot of the browser's error.

Link to comment
10 hours ago, ceyo14 said:

Hey Djoss, it worked great to log in to the console... but it is not actually forwarding request, it is not responding as expected... Ports are forwarded correctly. I was using this before...

What is not working?  Accessing the admin web interface?

Link to comment
Just now, Djoss said:

What is not working?  Accessing the admin web interface?

No. I can now access the interface, I wouldn't even start until you helped. Now I can access the admin interface. But it is not forwarding requests to the webserver. Not even the welcome page is shown....

Link to comment
15 minutes ago, ceyo14 said:

No. I can now access the interface, I wouldn't even start until you helped. Now I can access the admin interface. But it is not forwarding requests to the webserver. Not even the welcome page is shown....

Which error are you getting from the web browser exactly?

Did you verify that your proxy host still well configured?  Just in case the DB corruption changed something...

Also, you can make sure ports 80 and 443 are opens by using this online tool: https://www.yougetsignal.com/tools/open-ports/

Link to comment
On 3/25/2019 at 8:31 PM, Djoss said:

Which error are you getting from the web browser exactly?

Did you verify that your proxy host still well configured?  Just in case the DB corruption changed something...

Also, you can make sure ports 80 and 443 are opens by using this online tool: https://www.yougetsignal.com/tools/open-ports/

says Error Connection Timed Out on Chrome and on IE: Error Code: INET_E_RESOURCE_NOT_FOUND

 

Both port are open and have verified they are correctly configured.

 

I also erased both the docker and appdata and redid everything again... and still won't redirect anywhere.

 

I did set default site to redirect to google to test and that works...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.