campsych / concerto-platform

Concerto Platform - Open-Source Online Adaptive Testing Platform
https://concertoplatform.com/
Apache License 2.0
153 stars 88 forks source link

Error 502 #304

Closed mrmevlut closed 4 years ago

mrmevlut commented 4 years ago

Hello

I installed Concerto as in the installation document, it was working fine, but after 6 days I started to get 502 errors. which logs should I look for.

When I type in curl localhost: 8080 I get a "connection refused" error.

Thank you.

bkielczewski commented 4 years ago

Looks like it's just not running (gateway timeout from webserver + connection refused). How to check if something managed docker-compose is running:

docker-compose ps

How to check logs (when it's running):

docker-compose logs concerto

More information on docker-compose command line interface: https://docs.docker.com/compose/reference/

mrmevlut commented 4 years ago

docker-compose ps

ps

docker-compose logs concerto

logs

bkielczewski commented 4 years ago

It clearly says your database is down. So:

docker-compose logs database
bkielczewski commented 4 years ago

You can also try to bring everything up again:

docker-compose up -d
mrmevlut commented 4 years ago

docker-compose logs database

db

How can I startup database?

I tried docker-compose up -d but same. 502 on browser?

mrmevlut commented 4 years ago

Should I add sudo as well, if not, it gives an error like this.

dc

bkielczewski commented 4 years ago

Look, the root cause for 502 is because the database is down. Concerto cannot start without a database, so you get 502, because it's not running.

Whether you need to use sudo it depends. Docker installation guide shows you a way to enable normal user to use Docker w/o sudo. In your case you need to sudo. But it's irrelevant.

Just do sudo docker-compose up -d, and send me whole log for sudo docker-compose logs database. The part you've shown me looks like an ordinary shutdown so far.

mrmevlut commented 4 years ago

sudo docker-compose logs database

Attaching to database database | 2020-08-13 20:34:14+01:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started. database | 2020-08-13 20:34:14+01:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' database | 2020-08-13 20:34:14+01:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started. database | 2020-08-13 20:34:15+01:00 [Note] [Entrypoint]: Initializing database files database | 2020-08-13T19:34:15.102427Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). database | 2020-08-13T19:34:15.330788Z 0 [Warning] InnoDB: New log files created, LSN=45790 database | 2020-08-13T19:34:15.368277Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. database | 2020-08-13T19:34:15.374688Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: f8e6815a-dd9b-11ea-8fa3-0242ac120002. database | 2020-08-13T19:34:15.375818Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. database | 2020-08-13T19:34:16.276208Z 0 [Warning] CA certificate ca.pem is self signed. database | 2020-08-13T19:34:16.537771Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. database | 2020-08-13 20:34:18+01:00 [Note] [Entrypoint]: Database files initialized database | 2020-08-13 20:34:18+01:00 [Note] [Entrypoint]: Starting temporary server database | 2020-08-13 20:34:18+01:00 [Note] [Entrypoint]: Waiting for server startup database | 2020-08-13T19:34:19.264017Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). database | 2020-08-13T19:34:19.266266Z 0 [Note] mysqld (mysqld 5.7.31) starting as process 80 ... database | 2020-08-13T19:34:19.270067Z 0 [Note] InnoDB: PUNCH HOLE support available database | 2020-08-13T19:34:19.270100Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins database | 2020-08-13T19:34:19.270106Z 0 [Note] InnoDB: Uses event mutexes database | 2020-08-13T19:34:19.270109Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier database | 2020-08-13T19:34:19.270113Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 database | 2020-08-13T19:34:19.270116Z 0 [Note] InnoDB: Using Linux native AIO database | 2020-08-13T19:34:19.270522Z 0 [Note] InnoDB: Number of pools: 1 database | 2020-08-13T19:34:19.270723Z 0 [Note] InnoDB: Using CPU crc32 instructions database | 2020-08-13T19:34:19.272982Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M database | 2020-08-13T19:34:19.288138Z 0 [Note] InnoDB: Completed initialization of buffer pool database | 2020-08-13T19:34:19.291812Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). database | 2020-08-13T19:34:19.304752Z 0 [Note] InnoDB: Highest supported file format is Barracuda. database | 2020-08-13T19:34:19.315594Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables database | 2020-08-13T19:34:19.315690Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... database | 2020-08-13T19:34:19.346001Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. database | 2020-08-13T19:34:19.347106Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. database | 2020-08-13T19:34:19.347125Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. database | 2020-08-13T19:34:19.347624Z 0 [Note] InnoDB: Waiting for purge to start database | 2020-08-13T19:34:19.397911Z 0 [Note] InnoDB: 5.7.31 started; log sequence number 2719885 database | 2020-08-13T19:34:19.398248Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool database | 2020-08-13T19:34:19.398536Z 0 [Note] Plugin 'FEDERATED' is disabled. database | 2020-08-13T19:34:19.400967Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200813 20:34:19 database | 2020-08-13T19:34:19.408416Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. database | 2020-08-13T19:34:19.408440Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. database | 2020-08-13T19:34:19.409170Z 0 [Warning] CA certificate ca.pem is self signed. database | 2020-08-13T19:34:19.409215Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. database | 2020-08-13T19:34:19.410680Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. database | 2020-08-13T19:34:19.422073Z 0 [Note] Event Scheduler: Loaded 0 events database | 2020-08-13T19:34:19.422406Z 0 [Note] mysqld: ready for connections. database | Version: '5.7.31' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL) database | 2020-08-13 20:34:20+01:00 [Note] [Entrypoint]: Temporary server started. database | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. database | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. database | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. database | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it. database | 2020-08-13 20:34:22+01:00 [Note] [Entrypoint]: Creating database concerto database | 2020-08-13 20:34:22+01:00 [Note] [Entrypoint]: Creating user concerto database | 2020-08-13 20:34:22+01:00 [Note] [Entrypoint]: Giving user concerto access to schema concerto database | database | 2020-08-13 20:34:22+01:00 [Note] [Entrypoint]: Stopping temporary server database | 2020-08-13T19:34:22.775042Z 0 [Note] Giving 0 client threads a chance to die gracefully database | 2020-08-13T19:34:22.775078Z 0 [Note] Shutting down slave threads database | 2020-08-13T19:34:22.775093Z 0 [Note] Forcefully disconnecting 0 remaining clients database | 2020-08-13T19:34:22.775100Z 0 [Note] Event Scheduler: Purging the queue. 0 events database | 2020-08-13T19:34:22.775168Z 0 [Note] Binlog end database | 2020-08-13T19:34:22.776019Z 0 [Note] Shutting down plugin 'ngram' database | 2020-08-13T19:34:22.776053Z 0 [Note] Shutting down plugin 'partition' database | 2020-08-13T19:34:22.776062Z 0 [Note] Shutting down plugin 'BLACKHOLE' database | 2020-08-13T19:34:22.776066Z 0 [Note] Shutting down plugin 'ARCHIVE' database | 2020-08-13T19:34:22.776068Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' database | 2020-08-13T19:34:22.776230Z 0 [Note] Shutting down plugin 'MRG_MYISAM' database | 2020-08-13T19:34:22.776245Z 0 [Note] Shutting down plugin 'MyISAM' database | 2020-08-13T19:34:22.776260Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL' database | 2020-08-13T19:34:22.776264Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' database | 2020-08-13T19:34:22.776267Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' database | 2020-08-13T19:34:22.776269Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' database | 2020-08-13T19:34:22.776271Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' database | 2020-08-13T19:34:22.776274Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' database | 2020-08-13T19:34:22.776276Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' database | 2020-08-13T19:34:22.776278Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' database | 2020-08-13T19:34:22.776281Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' database | 2020-08-13T19:34:22.776283Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES' database | 2020-08-13T19:34:22.776286Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' database | 2020-08-13T19:34:22.776288Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' database | 2020-08-13T19:34:22.776290Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG' database | 2020-08-13T19:34:22.776292Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' database | 2020-08-13T19:34:22.776295Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED' database | 2020-08-13T19:34:22.776297Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' database | 2020-08-13T19:34:22.776299Z 0 [Note] Shutting down plugin 'INNODB_METRICS' database | 2020-08-13T19:34:22.776302Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' database | 2020-08-13T19:34:22.776305Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' database | 2020-08-13T19:34:22.776307Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' database | 2020-08-13T19:34:22.776309Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' database | 2020-08-13T19:34:22.776312Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' database | 2020-08-13T19:34:22.776314Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' database | 2020-08-13T19:34:22.776316Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' database | 2020-08-13T19:34:22.776319Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM' database | 2020-08-13T19:34:22.776322Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET' database | 2020-08-13T19:34:22.776324Z 0 [Note] Shutting down plugin 'INNODB_CMP' database | 2020-08-13T19:34:22.776326Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' database | 2020-08-13T19:34:22.776328Z 0 [Note] Shutting down plugin 'INNODB_LOCKS' database | 2020-08-13T19:34:22.776331Z 0 [Note] Shutting down plugin 'INNODB_TRX' database | 2020-08-13T19:34:22.776333Z 0 [Note] Shutting down plugin 'InnoDB' database | 2020-08-13T19:34:22.776545Z 0 [Note] InnoDB: FTS optimize thread exiting. database | 2020-08-13T19:34:22.776707Z 0 [Note] InnoDB: Starting shutdown... database | 2020-08-13T19:34:22.877021Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool database | 2020-08-13T19:34:22.877391Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 200813 20:34:22 database | 2020-08-13T19:34:24.288250Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12578046 database | 2020-08-13T19:34:24.290712Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" database | 2020-08-13T19:34:24.290745Z 0 [Note] Shutting down plugin 'MEMORY' database | 2020-08-13T19:34:24.290755Z 0 [Note] Shutting down plugin 'CSV' database | 2020-08-13T19:34:24.290762Z 0 [Note] Shutting down plugin 'sha256_password' database | 2020-08-13T19:34:24.290765Z 0 [Note] Shutting down plugin 'mysql_native_password' database | 2020-08-13T19:34:24.291023Z 0 [Note] Shutting down plugin 'binlog' database | 2020-08-13T19:34:24.293033Z 0 [Note] mysqld: Shutdown complete database | database | 2020-08-13 20:34:24+01:00 [Note] [Entrypoint]: Temporary server stopped database | database | 2020-08-13 20:34:24+01:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up. database | database | 2020-08-13T19:34:25.055109Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). database | 2020-08-13T19:34:25.058004Z 0 [Note] mysqld (mysqld 5.7.31) starting as process 1 ... database | 2020-08-13T19:34:25.062049Z 0 [Note] InnoDB: PUNCH HOLE support available database | 2020-08-13T19:34:25.062087Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins database | 2020-08-13T19:34:25.062096Z 0 [Note] InnoDB: Uses event mutexes database | 2020-08-13T19:34:25.062103Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier database | 2020-08-13T19:34:25.062111Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 database | 2020-08-13T19:34:25.062117Z 0 [Note] InnoDB: Using Linux native AIO database | 2020-08-13T19:34:25.062555Z 0 [Note] InnoDB: Number of pools: 1 database | 2020-08-13T19:34:25.062765Z 0 [Note] InnoDB: Using CPU crc32 instructions database | 2020-08-13T19:34:25.065140Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M database | 2020-08-13T19:34:25.076503Z 0 [Note] InnoDB: Completed initialization of buffer pool database | 2020-08-13T19:34:25.080009Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). database | 2020-08-13T19:34:25.092997Z 0 [Note] InnoDB: Highest supported file format is Barracuda. database | 2020-08-13T19:34:25.104031Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables database | 2020-08-13T19:34:25.104124Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... database | 2020-08-13T19:34:25.123955Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. database | 2020-08-13T19:34:25.125190Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. database | 2020-08-13T19:34:25.125214Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. database | 2020-08-13T19:34:25.125766Z 0 [Note] InnoDB: Waiting for purge to start database | 2020-08-13T19:34:25.176060Z 0 [Note] InnoDB: 5.7.31 started; log sequence number 12578046 database | 2020-08-13T19:34:25.176541Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool database | 2020-08-13T19:34:25.176841Z 0 [Note] Plugin 'FEDERATED' is disabled. database | 2020-08-13T19:34:25.184250Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200813 20:34:25 database | 2020-08-13T19:34:25.188312Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. database | 2020-08-13T19:34:25.188340Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. database | 2020-08-13T19:34:25.189160Z 0 [Warning] CA certificate ca.pem is self signed. database | 2020-08-13T19:34:25.189211Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. database | 2020-08-13T19:34:25.189855Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 database | 2020-08-13T19:34:25.189952Z 0 [Note] IPv6 is available. database | 2020-08-13T19:34:25.189980Z 0 [Note] - '::' resolves to '::'; database | 2020-08-13T19:34:25.190004Z 0 [Note] Server socket created on IP: '::'. database | 2020-08-13T19:34:25.192173Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. database | 2020-08-13T19:34:25.210986Z 0 [Note] Event Scheduler: Loaded 0 events database | 2020-08-13T19:34:25.211336Z 0 [Note] mysqld: ready for connections. database | Version: '5.7.31' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) database | 2020-08-13T19:36:48.859561Z 2 [Note] Got an error reading communication packets database | 2020-08-13T19:36:50.114499Z 3 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:50.142765Z 4 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:51.401384Z 5 [Note] Got an error reading communication packets database | 2020-08-13T19:36:51.613946Z 6 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:51.722127Z 7 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:52.881371Z 8 [Note] Got an error reading communication packets database | 2020-08-13T19:36:53.096034Z 9 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:53.204722Z 10 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:54.574224Z 11 [Note] Got an error reading communication packets database | 2020-08-13T19:36:54.790810Z 12 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:54.892945Z 13 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:56.647409Z 14 [Note] Got an error reading communication packets database | 2020-08-13T19:36:56.856609Z 15 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:56.959195Z 16 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:36:59.746419Z 17 [Note] Got an error reading communication packets database | 2020-08-13T19:36:59.939921Z 18 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:00.053194Z 19 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:04.238861Z 20 [Note] Got an error reading communication packets database | 2020-08-13T19:37:04.443617Z 21 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:04.545921Z 22 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:11.941282Z 23 [Note] Got an error reading communication packets database | 2020-08-13T19:37:12.146390Z 24 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:12.257426Z 25 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:13.633523Z 26 [Note] Got an error reading communication packets database | 2020-08-13T19:37:14.847865Z 27 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:14.874387Z 28 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:16.103274Z 29 [Note] Got an error reading communication packets database | 2020-08-13T19:37:16.314104Z 30 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:16.415701Z 31 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:17.550515Z 32 [Note] Got an error reading communication packets database | 2020-08-13T19:37:17.775990Z 33 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:17.881854Z 34 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:19.226254Z 35 [Note] Got an error reading communication packets database | 2020-08-13T19:37:19.437500Z 36 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:19.537557Z 37 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:21.336390Z 38 [Note] Got an error reading communication packets database | 2020-08-13T19:37:21.598737Z 39 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:21.700254Z 40 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:24.389836Z 41 [Note] Got an error reading communication packets database | 2020-08-13T19:37:24.594381Z 42 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:24.696697Z 43 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:28.890709Z 44 [Note] Got an error reading communication packets database | 2020-08-13T19:37:29.115866Z 45 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:29.219745Z 46 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:36.553502Z 47 [Note] Got an error reading communication packets database | 2020-08-13T19:37:36.765928Z 48 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:36.869123Z 49 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:50.652869Z 50 [Note] Got an error reading communication packets database | 2020-08-13T19:37:50.869649Z 51 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:37:50.973758Z 52 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:38:17.508519Z 53 [Note] Got an error reading communication packets database | 2020-08-13T19:38:17.721982Z 54 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:38:17.830982Z 55 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:39:09.980023Z 56 [Note] Got an error reading communication packets database | 2020-08-13T19:39:10.203054Z 57 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:39:10.297971Z 58 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:40:11.330225Z 59 [Note] Got an error reading communication packets database | 2020-08-13T19:40:11.556816Z 60 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:40:11.665888Z 61 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:41:12.714424Z 62 [Note] Got an error reading communication packets database | 2020-08-13T19:41:12.922394Z 63 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:41:13.030620Z 64 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:42:14.025413Z 65 [Note] Got an error reading communication packets database | 2020-08-13T19:42:14.246381Z 66 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:42:14.367289Z 67 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:43:15.334633Z 68 [Note] Got an error reading communication packets database | 2020-08-13T19:43:15.549896Z 69 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:43:15.647315Z 70 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:44:16.699343Z 71 [Note] Got an error reading communication packets database | 2020-08-13T19:44:16.909972Z 72 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:44:17.026774Z 73 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:45:18.081066Z 74 [Note] Got an error reading communication packets database | 2020-08-13T19:45:18.311439Z 75 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:45:18.410931Z 76 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:46:19.396024Z 77 [Note] Got an error reading communication packets database | 2020-08-13T19:46:19.609185Z 78 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:46:19.720089Z 79 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:47:20.771861Z 80 [Note] Got an error reading communication packets database | 2020-08-13T19:47:20.998545Z 81 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:47:21.113408Z 82 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:48:22.163099Z 83 [Note] Got an error reading communication packets database | 2020-08-13T19:48:22.401058Z 84 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:48:22.501460Z 85 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:49:23.497532Z 86 [Note] Got an error reading communication packets database | 2020-08-13T19:49:23.715051Z 87 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:49:23.812968Z 88 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:50:24.827107Z 89 [Note] Got an error reading communication packets database | 2020-08-13T19:50:25.053084Z 90 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:50:25.163586Z 91 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:51:26.140003Z 92 [Note] Got an error reading communication packets database | 2020-08-13T19:51:26.365582Z 93 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:51:26.503937Z 94 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:52:27.498057Z 95 [Note] Got an error reading communication packets database | 2020-08-13T19:52:27.713678Z 96 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:52:27.818289Z 97 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:53:28.884378Z 98 [Note] Got an error reading communication packets database | 2020-08-13T19:53:29.088971Z 99 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:53:29.197683Z 100 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:54:30.195488Z 101 [Note] Got an error reading communication packets database | 2020-08-13T19:54:30.415149Z 102 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:54:30.514904Z 103 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:55:31.511124Z 104 [Note] Got an error reading communication packets database | 2020-08-13T19:55:31.736454Z 105 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:55:31.853681Z 106 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:56:32.894338Z 107 [Note] Got an error reading communication packets database | 2020-08-13T19:56:33.125655Z 108 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:56:33.249196Z 109 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:57:34.318193Z 110 [Note] Got an error reading communication packets database | 2020-08-13T19:57:34.560489Z 111 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:57:34.664035Z 112 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:58:35.652405Z 113 [Note] Got an error reading communication packets database | 2020-08-13T19:58:35.889641Z 114 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:58:35.996167Z 115 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:59:36.970177Z 116 [Note] Got an error reading communication packets database | 2020-08-13T19:59:37.178224Z 117 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T19:59:37.301763Z 118 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:00:38.292987Z 119 [Note] Got an error reading communication packets database | 2020-08-13T20:00:38.711838Z 120 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:00:38.821369Z 121 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:01:39.877753Z 122 [Note] Got an error reading communication packets database | 2020-08-13T20:01:40.140740Z 123 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:01:40.259976Z 124 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:02:41.319010Z 125 [Note] Got an error reading communication packets database | 2020-08-13T20:02:41.567953Z 126 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:02:41.675920Z 127 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:03:42.646485Z 128 [Note] Got an error reading communication packets database | 2020-08-13T20:03:42.867926Z 129 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:03:42.973185Z 130 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:04:43.965698Z 131 [Note] Got an error reading communication packets database | 2020-08-13T20:04:44.193137Z 132 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:04:44.301353Z 133 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:05:45.283014Z 134 [Note] Got an error reading communication packets database | 2020-08-13T20:05:45.508769Z 135 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:05:45.615638Z 136 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:06:46.642907Z 137 [Note] Got an error reading communication packets database | 2020-08-13T20:06:46.873904Z 138 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:06:46.977655Z 139 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:07:47.961217Z 140 [Note] Got an error reading communication packets database | 2020-08-13T20:07:48.185556Z 141 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:07:48.299898Z 142 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:08:49.233094Z 143 [Note] Got an error reading communication packets database | 2020-08-13T20:08:49.452749Z 144 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:08:49.561797Z 145 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:09:50.568251Z 146 [Note] Got an error reading communication packets database | 2020-08-13T20:09:50.791505Z 147 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:09:50.898928Z 148 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:10:51.961024Z 149 [Note] Got an error reading communication packets database | 2020-08-13T20:10:52.179712Z 150 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:10:52.278325Z 151 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:48.247340Z 152 [Note] Got an error reading communication packets database | 2020-08-13T20:11:49.615862Z 153 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:49.648045Z 154 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:50.878027Z 155 [Note] Got an error reading communication packets database | 2020-08-13T20:11:51.078522Z 156 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:51.181844Z 157 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:52.371573Z 158 [Note] Got an error reading communication packets database | 2020-08-13T20:11:52.616175Z 159 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:52.739261Z 160 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:54.117346Z 161 [Note] Got an error reading communication packets database | 2020-08-13T20:11:54.340184Z 162 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:54.469623Z 163 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:56.220589Z 164 [Note] Got an error reading communication packets database | 2020-08-13T20:11:56.437954Z 165 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:56.546521Z 166 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:59.077849Z 167 [Note] Got an error reading communication packets database | 2020-08-13T20:11:59.304170Z 168 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:11:59.415907Z 169 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:03.567610Z 170 [Note] Got an error reading communication packets database | 2020-08-13T20:12:03.819214Z 171 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:03.949810Z 172 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:11.306643Z 173 [Note] Got an error reading communication packets database | 2020-08-13T20:12:11.523203Z 174 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:11.623188Z 175 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:25.372182Z 176 [Note] Got an error reading communication packets database | 2020-08-13T20:12:25.594511Z 177 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:25.702975Z 178 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:52.250231Z 179 [Note] Got an error reading communication packets database | 2020-08-13T20:12:52.472430Z 180 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:12:52.576632Z 181 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:13:44.853736Z 182 [Note] Got an error reading communication packets database | 2020-08-13T20:13:45.075708Z 183 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:13:45.181636Z 184 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:14:46.221788Z 185 [Note] Got an error reading communication packets database | 2020-08-13T20:14:46.452873Z 186 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:14:46.557821Z 187 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:15:47.568857Z 188 [Note] Got an error reading communication packets database | 2020-08-13T20:15:47.797115Z 189 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:15:47.901384Z 190 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:16:48.904415Z 191 [Note] Got an error reading communication packets database | 2020-08-13T20:16:49.131764Z 192 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:16:49.230714Z 193 [Note] Access denied for user 'concerto'@'172.18.0.3' (using password: YES) database | 2020-08-13T20:17:33.072467Z 194 [Note] Got an error reading communication packets database | 2020-08-13T20:20:28.370379Z 206 [Note] Got an error reading communication packets database | 2020-08-13T20:47:38.597887Z 324 [Note] Got an error reading communication packets database | 2020-08-13T21:01:00.372145Z 372 [Note] Got an error reading communication packets database | 2020-08-20T05:43:09.154374Z 0 [Note] Giving 0 client threads a chance to die gracefully database | 2020-08-20T05:43:09.154407Z 0 [Note] Shutting down slave threads database | 2020-08-20T05:43:09.154412Z 0 [Note] Forcefully disconnecting 0 remaining clients database | 2020-08-20T05:43:09.154421Z 0 [Note] Event Scheduler: Purging the queue. 0 events database | 2020-08-20T05:43:09.154474Z 0 [Note] Binlog end database | 2020-08-20T05:43:09.156550Z 0 [Note] Shutting down plugin 'ngram' database | 2020-08-20T05:43:09.156563Z 0 [Note] Shutting down plugin 'partition' database | 2020-08-20T05:43:09.156566Z 0 [Note] Shutting down plugin 'BLACKHOLE' database | 2020-08-20T05:43:09.156570Z 0 [Note] Shutting down plugin 'ARCHIVE' database | 2020-08-20T05:43:09.156572Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' database | 2020-08-20T05:43:09.156601Z 0 [Note] Shutting down plugin 'MRG_MYISAM' database | 2020-08-20T05:43:09.156608Z 0 [Note] Shutting down plugin 'MyISAM' database | 2020-08-20T05:43:09.156628Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL' database | 2020-08-20T05:43:09.156632Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' database | 2020-08-20T05:43:09.156635Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' database | 2020-08-20T05:43:09.156637Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' database | 2020-08-20T05:43:09.156639Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' database | 2020-08-20T05:43:09.156641Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' database | 2020-08-20T05:43:09.156644Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' database | 2020-08-20T05:43:09.156646Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' database | 2020-08-20T05:43:09.156648Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' database | 2020-08-20T05:43:09.156651Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES' database | 2020-08-20T05:43:09.156653Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' database | 2020-08-20T05:43:09.156655Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' database | 2020-08-20T05:43:09.156657Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG' database | 2020-08-20T05:43:09.156659Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' database | 2020-08-20T05:43:09.156662Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED' database | 2020-08-20T05:43:09.156664Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' database | 2020-08-20T05:43:09.156666Z 0 [Note] Shutting down plugin 'INNODB_METRICS' database | 2020-08-20T05:43:09.156668Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' database | 2020-08-20T05:43:09.156670Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' database | 2020-08-20T05:43:09.156672Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' database | 2020-08-20T05:43:09.156675Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' database | 2020-08-20T05:43:09.156677Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' database | 2020-08-20T05:43:09.156679Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' database | 2020-08-20T05:43:09.156681Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' database | 2020-08-20T05:43:09.156684Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM' database | 2020-08-20T05:43:09.156686Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET' database | 2020-08-20T05:43:09.156688Z 0 [Note] Shutting down plugin 'INNODB_CMP' database | 2020-08-20T05:43:09.156690Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' database | 2020-08-20T05:43:09.156692Z 0 [Note] Shutting down plugin 'INNODB_LOCKS' database | 2020-08-20T05:43:09.156694Z 0 [Note] Shutting down plugin 'INNODB_TRX' database | 2020-08-20T05:43:09.156697Z 0 [Note] Shutting down plugin 'InnoDB' database | 2020-08-20T05:43:09.156753Z 0 [Note] InnoDB: FTS optimize thread exiting. database | 2020-08-20T05:43:09.156934Z 0 [Note] InnoDB: Starting shutdown... database | 2020-08-20T05:43:09.257300Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool database | 2020-08-20T05:43:09.257758Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 200820 6:43:09 database | 2020-08-20T05:43:10.471129Z 0 [Note] InnoDB: Shutdown completed; log sequence number 16503418 database | 2020-08-20T05:43:10.473114Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" database | 2020-08-20T05:43:10.473148Z 0 [Note] Shutting down plugin 'MEMORY' database | 2020-08-20T05:43:10.473155Z 0 [Note] Shutting down plugin 'CSV' database | 2020-08-20T05:43:10.473160Z 0 [Note] Shutting down plugin 'sha256_password' database | 2020-08-20T05:43:10.473162Z 0 [Note] Shutting down plugin 'mysql_native_password' database | 2020-08-20T05:43:10.473309Z 0 [Note] Shutting down plugin 'binlog' database | 2020-08-20T05:43:10.474990Z 0 [Note] mysqld: Shutdown complete database | database | 2020-08-25 13:55:30+01:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started. database | 2020-08-25 13:55:31+01:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' database | 2020-08-25 13:55:31+01:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started. database | mysqld: [Warning] World-writable config file '/etc/mysql/my.cnf' is ignored. database | 2020-08-25T12:55:31.411813Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). database | 2020-08-25T12:55:31.414541Z 0 [Warning] Insecure configuration for --secure-file-priv: Location is accessible to all OS users. Consider choosing a different directory. database | 2020-08-25T12:55:31.414590Z 0 [Note] mysqld (mysqld 5.7.31) starting as process 1 ... database | 2020-08-25T12:55:31.419101Z 0 [Note] InnoDB: PUNCH HOLE support available database | 2020-08-25T12:55:31.419156Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins database | 2020-08-25T12:55:31.419174Z 0 [Note] InnoDB: Uses event mutexes database | 2020-08-25T12:55:31.419223Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier database | 2020-08-25T12:55:31.419238Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 database | 2020-08-25T12:55:31.419279Z 0 [Note] InnoDB: Using Linux native AIO database | 2020-08-25T12:55:31.420125Z 0 [Note] InnoDB: Number of pools: 1 database | 2020-08-25T12:55:31.421885Z 0 [Note] InnoDB: Using CPU crc32 instructions database | 2020-08-25T12:55:31.424070Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M database | 2020-08-25T12:55:31.436552Z 0 [Note] InnoDB: Completed initialization of buffer pool database | 2020-08-25T12:55:31.439637Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). database | 2020-08-25T12:55:31.456834Z 0 [Note] InnoDB: Highest supported file format is Barracuda. database | 2020-08-25T12:55:31.503402Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables database | 2020-08-25T12:55:31.503675Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... database | 2020-08-25T12:55:31.521473Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. database | 2020-08-25T12:55:31.523217Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. database | 2020-08-25T12:55:31.523374Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. database | 2020-08-25T12:55:31.524291Z 0 [Note] InnoDB: Waiting for purge to start database | 2020-08-25T12:55:31.574953Z 0 [Note] InnoDB: 5.7.31 started; log sequence number 16503418 database | 2020-08-25T12:55:31.575563Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool database | 2020-08-25T12:55:31.576203Z 0 [Note] Plugin 'FEDERATED' is disabled. database | 2020-08-25T12:55:31.598918Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. database | 2020-08-25T12:55:31.599056Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. database | 2020-08-25T12:55:31.601933Z 0 [Warning] CA certificate ca.pem is self signed. database | 2020-08-25T12:55:31.602272Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200825 13:55:31 database | 2020-08-25T12:55:31.602493Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. database | 2020-08-25T12:55:31.604301Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 database | 2020-08-25T12:55:31.604425Z 0 [Note] IPv6 is available. database | 2020-08-25T12:55:31.604525Z 0 [Note] - '::' resolves to '::'; database | 2020-08-25T12:55:31.604622Z 0 [Note] Server socket created on IP: '::'. database | 2020-08-25T12:55:31.606512Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/lib' in the path is accessible to all OS users. Consider choosing a different directory. database | 2020-08-25T12:55:31.672923Z 0 [Note] Event Scheduler: Loaded 0 events database | 2020-08-25T12:55:31.673383Z 0 [Note] mysqld: ready for connections. database | Version: '5.7.31' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) database | 2020-08-25T12:55:31.705356Z 2 [Note] Got an error reading communication packets

bkielczewski commented 4 years ago

It looks like it's running after your docker-compose up -d. Confirm with docker-compose ps, it should say database is 'up'.

In case the database is unreachable during startup, Concerto re-connects to the database every 5 minutes. So either wait or you can speed it up with docker-compose restart concerto.

mrmevlut commented 4 years ago

it worked right now thank you. So why is the database shutdowned? Is it understandable?

bkielczewski commented 4 years ago

Not really, from logs that on 2020-08-20T05:43:09 looks like a normal shutdown. After docker-compose ps it said Exit 0 too, which is a completely normal exit code. If it was anything else docker-compose would try to restart the database. So I'd say it looks like something a human did.

mrmevlut commented 4 years ago

OK. I get thank you.