Advertisement
postmind24

Docker reset

Aug 6th, 2022
919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.12 KB | None | 0 0
  1. db | 2022-08-06T07:27:30.825452Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  2. db | 2022-08-06T07:27:30.832668Z 0 [Note] mysqld (mysqld 5.7.22) starting as process 1 ...
  3. db | 2022-08-06T07:27:30.839463Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  4. db | 2022-08-06T07:27:30.841214Z 0 [Note] InnoDB: PUNCH HOLE support available
  5. db | 2022-08-06T07:27:30.841260Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  6. db | 2022-08-06T07:27:30.841265Z 0 [Note] InnoDB: Uses event mutexes
  7. db | 2022-08-06T07:27:30.841268Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  8. db | 2022-08-06T07:27:30.841270Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
  9. db | 2022-08-06T07:27:30.841273Z 0 [Note] InnoDB: Using Linux native AIO
  10. db | 2022-08-06T07:27:30.841648Z 0 [Note] InnoDB: Number of pools: 1
  11. db | 2022-08-06T07:27:30.841845Z 0 [Note] InnoDB: Using CPU crc32 instructions
  12. db | 2022-08-06T07:27:30.843459Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  13. db | 2022-08-06T07:27:30.852544Z 0 [Note] InnoDB: Completed initialization of buffer pool
  14. db | 2022-08-06T07:27:30.854921Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  15. db | 2022-08-06T07:27:30.905086Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  16. db | 2022-08-06T07:27:30.915233Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 12359996
  17. db | 2022-08-06T07:27:30.915793Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12360005
  18. db | 2022-08-06T07:27:30.915801Z 0 [Note] InnoDB: Database was not shutdown normally!
  19. db | 2022-08-06T07:27:30.915804Z 0 [Note] InnoDB: Starting crash recovery.
  20. db | 2022-08-06T07:27:31.142541Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  21. db | 2022-08-06T07:27:31.142625Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  22. db | 2022-08-06T07:27:31.144758Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  23. db | 2022-08-06T07:27:31.226203Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  24. db | 2022-08-06T07:27:31.231710Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  25. db | 2022-08-06T07:27:31.231766Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  26. db | 2022-08-06T07:27:31.232943Z 0 [Note] InnoDB: 5.7.22 started; log sequence number 12360005
  27. db | 2022-08-06T07:27:31.233685Z 0 [Note] Plugin 'FEDERATED' is disabled.
  28. db | 2022-08-06T07:27:31.234151Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  29. db | 2022-08-06T07:27:31.235026Z 0 [ERROR] InnoDB: Cannot open '/var/lib/mysql/ib_buffer_pool' for reading: No such file or directory
  30. db | 2022-08-06T07:27:31.252857Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  31. db | 2022-08-06T07:27:31.260402Z 0 [Warning] CA certificate ca.pem is self signed.
  32. db | 2022-08-06T07:27:31.263159Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  33. db | 2022-08-06T07:27:31.263243Z 0 [Note] IPv6 is available.
  34. db | 2022-08-06T07:27:31.263257Z 0 [Note]   - '::' resolves to '::';
  35. db | 2022-08-06T07:27:31.263272Z 0 [Note] Server socket created on IP: '::'.
  36. db | 2022-08-06T07:27:31.265472Z 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.
  37. db | 2022-08-06T07:27:31.290826Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  38. db | 2022-08-06T07:27:31.290859Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
  39. db | 2022-08-06T07:27:31.290867Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  40. db | 2022-08-06T07:27:31.291517Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
  41. db | 2022-08-06T07:27:31.291529Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  42. db | 2022-08-06T07:27:31.292058Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  43. db | 2022-08-06T07:27:31.349371Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
  44. db | 2022-08-06T07:27:31.349405Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  45. db | 2022-08-06T07:27:31.549036Z 0 [Note] Event Scheduler: Loaded 0 events
  46. db | 2022-08-06T07:27:31.549374Z 0 [Note] mysqld: ready for connections.
  47. db | Version: '5.7.22'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
  48. db | 2022-08-06T07:39:31.782897Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  49. db | 2022-08-06T07:39:31.794944Z 0 [Note] mysqld (mysqld 5.7.22) starting as process 1 ...
  50. db | 2022-08-06T07:39:31.801555Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  51. db | 2022-08-06T07:39:31.807259Z 0 [Note] InnoDB: PUNCH HOLE support available
  52. db | 2022-08-06T07:39:31.807321Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  53. db | 2022-08-06T07:39:31.807327Z 0 [Note] InnoDB: Uses event mutexes
  54. db | 2022-08-06T07:39:31.807330Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  55. db | 2022-08-06T07:39:31.807333Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
  56. db | 2022-08-06T07:39:31.807335Z 0 [Note] InnoDB: Using Linux native AIO
  57. db | 2022-08-06T07:39:31.809704Z 0 [Note] InnoDB: Number of pools: 1
  58. db | 2022-08-06T07:39:31.811682Z 0 [Note] InnoDB: Using CPU crc32 instructions
  59. db | 2022-08-06T07:39:31.817420Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  60. db | 2022-08-06T07:39:31.828047Z 0 [Note] InnoDB: Completed initialization of buffer pool
  61. db | 2022-08-06T07:39:31.832064Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  62. db | 2022-08-06T07:39:31.884715Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  63. db | 2022-08-06T07:39:31.891859Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 12360024
  64. db | 2022-08-06T07:39:31.891913Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12360033
  65. db | 2022-08-06T07:39:31.891918Z 0 [Note] InnoDB: Database was not shutdown normally!
  66. db | 2022-08-06T07:39:31.891922Z 0 [Note] InnoDB: Starting crash recovery.
  67. app | [06-Aug-2022 07:27:29] NOTICE: fpm is running, pid 1
  68. app | [06-Aug-2022 07:27:29] NOTICE: ready to handle connections
  69. app | [06-Aug-2022 07:39:17] NOTICE: fpm is running, pid 1
  70. app | [06-Aug-2022 07:39:17] NOTICE: ready to handle connections
  71. db | 2022-08-06T07:39:32.110859Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  72. db | 2022-08-06T07:39:32.110892Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  73. db | 2022-08-06T07:39:32.113830Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  74. db | 2022-08-06T07:39:32.184253Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  75. db | 2022-08-06T07:39:32.189091Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  76. db | 2022-08-06T07:39:32.189109Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  77. db | 2022-08-06T07:39:32.189576Z 0 [Note] InnoDB: Waiting for purge to start
  78. db | 2022-08-06T07:39:32.240009Z 0 [Note] InnoDB: 5.7.22 started; log sequence number 12360033
  79. db | 2022-08-06T07:39:32.240827Z 0 [Note] Plugin 'FEDERATED' is disabled.
  80. db | 2022-08-06T07:39:32.242073Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  81. db | 2022-08-06T07:39:32.243401Z 0 [ERROR] InnoDB: Cannot open '/var/lib/mysql/ib_buffer_pool' for reading: No such file or directory
  82. db | 2022-08-06T07:39:32.260869Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  83. db | 2022-08-06T07:39:32.267392Z 0 [Warning] CA certificate ca.pem is self signed.
  84. db | 2022-08-06T07:39:32.271479Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  85. db | 2022-08-06T07:39:32.272081Z 0 [Note] IPv6 is available.
  86. db | 2022-08-06T07:39:32.272989Z 0 [Note]   - '::' resolves to '::';
  87. db | 2022-08-06T07:39:32.273090Z 0 [Note] Server socket created on IP: '::'.
  88. db | 2022-08-06T07:39:32.274973Z 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.
  89. db | 2022-08-06T07:39:32.298914Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  90. db | 2022-08-06T07:39:32.298981Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
  91. db | 2022-08-06T07:39:32.298992Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  92. db | 2022-08-06T07:39:32.299760Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
  93. db | 2022-08-06T07:39:32.300013Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  94. db | 2022-08-06T07:39:32.301430Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  95. db | 2022-08-06T07:39:32.356104Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
  96. db | 2022-08-06T07:39:32.356164Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  97. db | 2022-08-06T07:39:32.541182Z 0 [Note] Event Scheduler: Loaded 0 events
  98. db | 2022-08-06T07:39:32.541654Z 0 [Note] mysqld: ready for connections.
  99. db | Version: '5.7.22'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement