Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lando start and Lando pull issue #180

Closed
santoshkandugatla opened this issue Jun 23, 2023 · 3 comments
Closed

Lando start and Lando pull issue #180

santoshkandugatla opened this issue Jun 23, 2023 · 3 comments

Comments

@santoshkandugatla
Copy link

santoshkandugatla commented Jun 23, 2023

Hi,

I today I did lando start from there I'm having issue and with the lando pull too

`$ lando start


/ / / /__ / / / /__ / _ |_ _____ () /__ / / / /_ / / / /
/ // / _ / _ / _ / __/ -_) / __ | |/ / _ / / / _ `/ _ / / -)///
_
/ ./_,/_,/_/_/ // ||/_,///_,/.__//_(||)
/
/

Updating helps us provide the best support and saves us tons of time

Use the link below to get the latest and greatest
https://github.com/lando/lando/releases/tag/v3.18.0

Lando is FREE and OPEN SOURCE software that relies on contributions from developers like you!
If you like Lando then help us spend more time making, updating and supporting it by contributing at the link below
https://github.com/sponsors/lando

If you would like to customize the behavior of this message then check out:
https://docs.lando.dev/config/releases.html
Let's get this party started! Starting app depwebnine...
Recreating landoproxyhyperion5000gandalfedition_proxy_1 ... done
Starting depwebnine_cache_1 ... done
Starting depwebnine_appserver_nginx_1 ... done
Starting depwebnine_index_1 ... done
Starting depwebnine_appserver_1 ... done
Starting depwebnine_database_1 ... done
Starting depwebnine_edge_1 ... done
Starting depwebnine_edge_ssl_1 ... done
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
ERROR ==> database reported as unhealthy.
Starting depwebnine_database_1 ... done
Scanning to determine which services are ready... Please standby...
Starting depwebnine_database_1 ... done


| | /| / /__ ________ ()__ ___ / /
| |/ |/ / _ / __/ _ \/ / _ \/ _ /
/
|/|/_,
// ////////_, ()
/
__/

Your app started up but we detected some things you may wish to investigate.
These only may be a problem.

■ The service "database" failed its healthcheck
This may be ok but we recommend you run the command below to investigate:
lando logs -s database

■ Using an unsupported version of DOCKER DESKTOP
You have version 4.13.0 but Lando wants something in the 2.1.0.0 - 3.6.99 range.
If you have purposefully installed an unsupported version and know what you are doing
you can probably ignore this warning. If not we recommend you use a supported version
as this ensures we can provide the best support and stability.
https://docs.docker.com/docker-for-windows/release-notes/

Here are some vitals:

NAME depwebnine
LOCATION C:\Users\Documents\dep-repos\d9\depwebnine
SERVICES appserver_nginx, appserver, database, cache, edge_ssl, edge, index
APPSERVER_NGINX URLS https://localhost:53828
http://localhost:53829
EDGE_SSL URLS https://localhost:53832
EDGE URLS http://localhost:53831
http://depwebnine.lndo.site:8000/
https://depwebnine.lndo.site/
`

after lando pull

`lando pull


/ / / /__ / / / /__ / _ |_ _____ () /__ / / / /_ / / / /
/ // / _ / _ / _ / __/ -_) / __ | |/ / _ / / / _ `/ _ / / -)///
_
/ ./_,/_,/_/_/ // ||/_,///_,/.__//_(||)
/
/

Updating helps us provide the best support and saves us tons of time

Use the link below to get the latest and greatest
https://github.com/lando/lando/releases/tag/v3.18.0

Lando is FREE and OPEN SOURCE software that relies on contributions from developers like you!
If you like Lando then help us spend more time making, updating and supporting it by contributing at the link below
https://github.com/sponsors/lando

If you would like to customize the behavior of this message then check out:
https://docs.lando.dev/config/releases.html
? Pull code from? none
? Pull database from? live
? Pull files from? live
fatal: detected dubious ownership in repository at '/app'
To add an exception for this directory, call:

    git config --global --add safe.directory /app

Attempting to login via terminus...
[notice] Logged in via machine token.
Verifying that you have access to depwebnine...


ID fce45f95-1b0e-44e0-815c-04d03d2815c2
Name depwebnine
Label depwebnine
Created 2022-09-12 14:32:17
Framework Drupal 8 or later
Region United States
Organization e21cc6f5-10bf-4f2f-a282-0540d5eff7c6
Plan Sandbox
Max Multidevs 10
Holder Type organization
Holder ID e21cc6f5-10bf-4f2f-a282-0540d5eff7c6
Owner 72c5325b-825d-4e2e-afcf-b67751337e0b
Is Frozen? false
Date Last Frozen 1970-01-01 00:00:00


Access confirmed!
ID live
Created 2022-09-12 14:32:22
Domain live-depwebnine.pantheonsite.io
Locked false
Initialized true
Connection Mode git
PHP Version 8.1


Confirmed!
ERROR 2005 (HY000): Unknown MySQL server host 'database' (-2)
Destroying all current tables in database if needed...
Making sure your site is awake...
[notice] OK >> live-depwebnine.pantheonsite.io responded
Pulling your database... This miiiiight take a minute
ERROR 2005 (HY000): Unknown MySQL server host 'database' (-2) ]
46.5KiB 0:00:08 [5.27KiB/s] [ <=> ]
[notice] Command: depwebnine.live -- drush sql-dump [Exit: 0]
ERROR 2005 (HY000): Unknown MySQL server host 'database' (-2) ]
57.1KiB 0:00:18 [3.02KiB/s] [ <=> ]
mysqldump: Got errno 32 on write
`

@pirog pirog transferred this issue from lando/lando Jun 23, 2023
@santoshkandugatla
Copy link
Author

lando logs -s database


/ / / /__ / / / /__ / _ |_ _____ () /__ / / / /_ / / / /
/ // / _ / _ / _ / __/ -_) / __ | |/ / _ / / / _ `/ _ / / -)///
_
/ ./_,/_,/_/_/ // ||/_,///_,/.__//_(||)
/
/

Updating helps us provide the best support and saves us tons of time

Use the link below to get the latest and greatest
https://github.com/lando/lando/releases/tag/v3.18.0

Lando is FREE and OPEN SOURCE software that relies on contributions from developers like you!
If you like Lando then help us spend more time making, updating and supporting it by contributing at the link below
https://github.com/sponsors/lando

If you would like to customize the behavior of this message then check out:
https://docs.lando.dev/config/releases.html
Attaching to depwebnine_database_1
database_1 |
database_1 |
database_1 |
database_1 | STARTING UP
database_1 |
database_1 | ██  █████  ███  ██ ██████  ██████ 
database_1 | ██  ██   ██ ████  ██ ██   ██ ██    ██ 
database_1 | ██  ███████ ██ ██  ██ ██  ██ ██  ██ 
database_1 | ██  ██   ██ ██  ██ ██ ██  ██ ██  ██ 
database_1 | ███████ ██  ██ ██   ████ ██████   ██████  
database_1 |
database_1 | The best local development tool in the galaxy!            
database_1 |
database_1 |
database_1 | ===============================================================
database_1 |
database_1 |
database_1 | userperms 02:41:21.83 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 02:41:21.88 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 02:41:21.88 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 02:41:21.88 DEBUG ==> Running command with exec...
database_1 | mariadb 02:41:21.93
database_1 | mariadb 02:41:21.93 Welcome to the Bitnami mariadb container
database_1 | mariadb 02:41:21.93 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 02:41:21.93 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 02:41:21.93
database_1 | mariadb 02:41:21.93 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 02:41:21.96 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 02:41:21.96 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 02:41:21.96 INFO ==> Initializing mariadb database
database_1 | mariadb 02:41:21.97 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 02:41:21.99 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 02:41:22.01 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 02:41:22.02 INFO ==> Setting user option
database_1 | mariadb 02:41:22.03 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 02:41:22.12 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 02:41:22.14 INFO ==> Using persisted data
database_1 | mariadb 02:41:22.31 INFO ==> Running mysql_upgrade
database_1 | mariadb 02:41:22.32 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 2:41:22 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 2:41:22 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 2:41:22 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 2:41:22 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318010; transaction id 728688
database_1 | 2023-06-23 2:41:23 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 2:41:23 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 2:41:23 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 2:41:23 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 2:41:23 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 02:48:10.48 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 02:48:10.49 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 02:48:10.49 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 02:48:10.49 DEBUG ==> Running command with exec...
database_1 | mariadb 02:48:10.52
database_1 | mariadb 02:48:10.52 Welcome to the Bitnami mariadb container
database_1 | mariadb 02:48:10.52 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 02:48:10.52 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 02:48:10.52
database_1 | mariadb 02:48:10.53 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 02:48:10.54 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 02:48:10.54 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 02:48:10.55 INFO ==> Initializing mariadb database
database_1 | mariadb 02:48:10.55 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 02:48:10.57 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 02:48:10.57 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 02:48:10.58 INFO ==> Setting user option
database_1 | mariadb 02:48:10.58 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 02:48:10.60 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 02:48:10.61 INFO ==> Using persisted data
database_1 | mariadb 02:48:10.64 INFO ==> Running mysql_upgrade
database_1 | mariadb 02:48:10.65 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 2:48:10 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 2:48:10 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 2:48:10 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 2:48:10 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318019; transaction id 728688
database_1 | 2023-06-23 2:48:11 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 2:48:11 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 2:48:11 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 2:48:11 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 2:48:11 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 02:48:44.43 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 02:48:44.45 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 02:48:44.45 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 02:48:44.45 DEBUG ==> Running command with exec...
database_1 | mariadb 02:48:44.47
database_1 | mariadb 02:48:44.48 Welcome to the Bitnami mariadb container
database_1 | mariadb 02:48:44.48 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 02:48:44.48 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 02:48:44.49
database_1 | mariadb 02:48:44.49 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 02:48:44.50 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 02:48:44.50 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 02:48:44.51 INFO ==> Initializing mariadb database
database_1 | mariadb 02:48:44.51 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 02:48:44.53 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 02:48:44.53 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 02:48:44.54 INFO ==> Setting user option
database_1 | mariadb 02:48:44.54 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 02:48:44.56 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 02:48:44.56 INFO ==> Using persisted data
database_1 | mariadb 02:48:44.59 INFO ==> Running mysql_upgrade
database_1 | mariadb 02:48:44.59 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 2:48:44 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 2:48:44 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 2:48:44 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318028; transaction id 728688
database_1 | 2023-06-23 2:48:44 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 2:48:44 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 2:48:44 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 2:48:44 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 2:48:44 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:15:54.34 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:15:54.36 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:15:54.36 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:15:54.36 DEBUG ==> Running command with exec...
database_1 | mariadb 03:15:54.39
database_1 | mariadb 03:15:54.40 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:15:54.40 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:15:54.40 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:15:54.40
database_1 | mariadb 03:15:54.40 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:15:54.43 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:15:54.44 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:15:54.44 INFO ==> Initializing mariadb database
database_1 | mariadb 03:15:54.45 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:15:54.46 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:15:54.47 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:15:54.48 INFO ==> Setting user option
database_1 | mariadb 03:15:54.48 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:15:54.52 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:15:54.53 INFO ==> Using persisted data
database_1 | mariadb 03:15:54.61 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:15:54.62 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:15:54 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 3:15:54 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:15:54 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:15:54 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318037; transaction id 728688
database_1 | 2023-06-23 3:15:55 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:15:55 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:15:55 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:15:55 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:15:55 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:22:03.09 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:22:03.10 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:22:03.10 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:22:03.10 DEBUG ==> Running command with exec...
database_1 | mariadb 03:22:03.12
database_1 | mariadb 03:22:03.13 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:22:03.13 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:22:03.13 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:22:03.13
database_1 | mariadb 03:22:03.13 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:22:03.15 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:22:03.15 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:22:03.16 INFO ==> Initializing mariadb database
database_1 | mariadb 03:22:03.16 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:22:03.17 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:22:03.18 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:22:03.19 INFO ==> Setting user option
database_1 | mariadb 03:22:03.19 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:22:03.21 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:22:03.22 INFO ==> Using persisted data
database_1 | mariadb 03:22:03.24 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:22:03.25 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:22:03 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 3:22:03 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:22:03 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318046; transaction id 728688
database_1 | 2023-06-23 3:22:03 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:22:03 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:22:03 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:22:03 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:22:03 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:22:52.73 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:22:52.74 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:22:52.74 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:22:52.74 DEBUG ==> Running command with exec...
database_1 | mariadb 03:22:52.78
database_1 | mariadb 03:22:52.78 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:22:52.79 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:22:52.79 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:22:52.79
database_1 | mariadb 03:22:52.79 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:22:52.82 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:22:52.82 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:22:52.82 INFO ==> Initializing mariadb database
database_1 | mariadb 03:22:52.83 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:22:52.85 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:22:52.85 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:22:52.86 INFO ==> Setting user option
database_1 | mariadb 03:22:52.86 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:22:52.87 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:22:52.88 INFO ==> Using persisted data
database_1 | mariadb 03:22:52.92 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:22:52.92 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:22:52 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 3:22:53 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:22:53 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318055; transaction id 728688
database_1 | 2023-06-23 3:22:53 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:22:53 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:22:53 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:22:53 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:22:53 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:24:12.12 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:24:12.13 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:24:12.13 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:24:12.13 DEBUG ==> Running command with exec...
database_1 | mariadb 03:24:12.15
database_1 | mariadb 03:24:12.16 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:24:12.16 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:24:12.16 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:24:12.16
database_1 | mariadb 03:24:12.16 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:24:12.18 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:24:12.18 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:24:12.19 INFO ==> Initializing mariadb database
database_1 | mariadb 03:24:12.19 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:24:12.20 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:24:12.21 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:24:12.21 INFO ==> Setting user option
database_1 | mariadb 03:24:12.22 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:24:12.23 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:24:12.23 INFO ==> Using persisted data
database_1 | mariadb 03:24:12.26 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:24:12.27 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:24:12 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 74 ...
database_1 | 2023-06-23 3:24:12 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:24:12 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318064; transaction id 728688
database_1 | 2023-06-23 3:24:12 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:24:12 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:24:12 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:24:12 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:24:12 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:28:49.21 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:28:49.22 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:28:49.22 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:28:49.22 DEBUG ==> Running command with exec...
database_1 | mariadb 03:28:49.24
database_1 | mariadb 03:28:49.24 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:28:49.25 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:28:49.25 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:28:49.25
database_1 | mariadb 03:28:49.25 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:28:49.27 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:28:49.27 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:28:49.28 INFO ==> Initializing mariadb database
database_1 | mariadb 03:28:49.28 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:28:49.30 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:28:49.30 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:28:49.31 INFO ==> Setting user option
database_1 | mariadb 03:28:49.31 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:28:49.33 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:28:49.33 INFO ==> Using persisted data
database_1 | mariadb 03:28:49.37 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:28:49.38 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:28:49 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 3:28:49 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:28:49 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318073; transaction id 728688
database_1 | 2023-06-23 3:28:49 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:28:49 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:28:49 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:28:49 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:28:49 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 03:29:28.39 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 03:29:28.40 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 03:29:28.40 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 03:29:28.40 DEBUG ==> Running command with exec...
database_1 | mariadb 03:29:28.43
database_1 | mariadb 03:29:28.43 Welcome to the Bitnami mariadb container
database_1 | mariadb 03:29:28.43 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 03:29:28.43 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 03:29:28.43
database_1 | mariadb 03:29:28.44 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 03:29:28.46 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 03:29:28.46 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 03:29:28.46 INFO ==> Initializing mariadb database
database_1 | mariadb 03:29:28.46 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 03:29:28.48 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 03:29:28.48 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 03:29:28.49 INFO ==> Setting user option
database_1 | mariadb 03:29:28.49 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 03:29:28.50 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 03:29:28.51 INFO ==> Using persisted data
database_1 | mariadb 03:29:28.53 INFO ==> Running mysql_upgrade
database_1 | mariadb 03:29:28.53 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 3:29:28 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 3:29:28 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 3:29:28 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318082; transaction id 728688
database_1 | 2023-06-23 3:29:28 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 3:29:28 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 3:29:28 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 3:29:28 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 3:29:28 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 13:09:25.06 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 13:09:25.11 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 13:09:25.11 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 13:09:25.11 DEBUG ==> Running command with exec...
database_1 | mariadb 13:09:25.16
database_1 | mariadb 13:09:25.17 Welcome to the Bitnami mariadb container
database_1 | mariadb 13:09:25.17 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 13:09:25.18 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 13:09:25.18
database_1 | mariadb 13:09:25.18 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 13:09:25.21 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 13:09:25.22 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 13:09:25.22 INFO ==> Initializing mariadb database
database_1 | mariadb 13:09:25.23 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 13:09:25.25 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 13:09:25.25 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 13:09:25.26 INFO ==> Setting user option
database_1 | mariadb 13:09:25.27 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 13:09:25.31 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 13:09:25.31 INFO ==> Using persisted data
database_1 | mariadb 13:09:25.37 INFO ==> Running mysql_upgrade
database_1 | mariadb 13:09:25.38 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 13:09:25 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 74 ...
database_1 | 2023-06-23 13:09:25 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 13:09:25 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318091; transaction id 728688
database_1 | 2023-06-23 13:09:25 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 13:09:25 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 13:09:25 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 13:09:25 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 13:09:25 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 13:16:26.10 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 13:16:26.11 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 13:16:26.11 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 13:16:26.11 DEBUG ==> Running command with exec...
database_1 | mariadb 13:16:26.14
database_1 | mariadb 13:16:26.14 Welcome to the Bitnami mariadb container
database_1 | mariadb 13:16:26.14 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 13:16:26.15 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 13:16:26.15
database_1 | mariadb 13:16:26.15 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 13:16:26.17 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 13:16:26.17 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 13:16:26.18 INFO ==> Initializing mariadb database
database_1 | mariadb 13:16:26.18 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 13:16:26.20 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 13:16:26.20 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 13:16:26.21 INFO ==> Setting user option
database_1 | mariadb 13:16:26.21 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 13:16:26.23 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 13:16:26.23 INFO ==> Using persisted data
database_1 | mariadb 13:16:26.26 INFO ==> Running mysql_upgrade
database_1 | mariadb 13:16:26.27 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 13:16:26 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 13:16:26 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 13:16:26 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318100; transaction id 728688
database_1 | 2023-06-23 13:16:26 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 13:16:26 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 13:16:26 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 13:16:26 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 13:16:26 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 13:16:57.73 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 13:16:57.75 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 13:16:57.75 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 13:16:57.75 DEBUG ==> Running command with exec...
database_1 | mariadb 13:16:57.78
database_1 | mariadb 13:16:57.78 Welcome to the Bitnami mariadb container
database_1 | mariadb 13:16:57.79 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 13:16:57.79 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 13:16:57.79
database_1 | mariadb 13:16:57.79 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 13:16:57.81 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 13:16:57.81 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 13:16:57.82 INFO ==> Initializing mariadb database
database_1 | mariadb 13:16:57.82 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 13:16:57.84 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 13:16:57.84 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 13:16:57.85 INFO ==> Setting user option
database_1 | mariadb 13:16:57.85 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 13:16:57.86 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 13:16:57.87 INFO ==> Using persisted data
database_1 | mariadb 13:16:57.90 INFO ==> Running mysql_upgrade
database_1 | mariadb 13:16:57.90 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 13:16:57 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 13:16:57 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 13:16:57 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 13:16:57 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318109; transaction id 728688
database_1 | 2023-06-23 13:16:58 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 13:16:58 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 13:16:58 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 13:16:58 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 13:16:58 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 13:53:33.70 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 13:53:33.72 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 13:53:33.72 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 13:53:33.73 DEBUG ==> Running command with exec...
database_1 | mariadb 13:53:33.76
database_1 | mariadb 13:53:33.76 Welcome to the Bitnami mariadb container
database_1 | mariadb 13:53:33.76 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 13:53:33.77 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 13:53:33.77
database_1 | mariadb 13:53:33.78 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 13:53:33.81 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 13:53:33.81 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 13:53:33.82 INFO ==> Initializing mariadb database
database_1 | mariadb 13:53:33.83 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 13:53:33.85 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 13:53:33.86 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 13:53:33.88 INFO ==> Setting user option
database_1 | mariadb 13:53:33.88 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 13:53:33.93 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 13:53:33.94 INFO ==> Using persisted data
database_1 | mariadb 13:53:34.02 INFO ==> Running mysql_upgrade
database_1 | mariadb 13:53:34.03 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 13:53:34 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 13:53:34 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 13:53:34 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318118; transaction id 728688
database_1 | 2023-06-23 13:53:34 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 13:53:34 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 13:53:34 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 13:53:34 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 13:53:34 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 14:00:32.23 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 14:00:32.25 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 14:00:32.25 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 14:00:32.26 DEBUG ==> Running command with exec...
database_1 | mariadb 14:00:32.28
database_1 | mariadb 14:00:32.28 Welcome to the Bitnami mariadb container
database_1 | mariadb 14:00:32.28 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 14:00:32.28 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 14:00:32.28
database_1 | mariadb 14:00:32.29 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 14:00:32.30 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 14:00:32.31 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 14:00:32.31 INFO ==> Initializing mariadb database
database_1 | mariadb 14:00:32.32 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 14:00:32.33 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 14:00:32.34 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 14:00:32.35 INFO ==> Setting user option
database_1 | mariadb 14:00:32.35 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 14:00:32.36 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 14:00:32.37 INFO ==> Using persisted data
database_1 | mariadb 14:00:32.41 INFO ==> Running mysql_upgrade
database_1 | mariadb 14:00:32.41 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 14:00:32 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 14:00:32 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 14:00:32 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318127; transaction id 728688
database_1 | 2023-06-23 14:00:32 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 14:00:32 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 14:00:32 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 14:00:32 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 14:00:32 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 14:01:03.46 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 14:01:03.47 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 14:01:03.47 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 14:01:03.48 DEBUG ==> Running command with exec...
database_1 | mariadb 14:01:03.50
database_1 | mariadb 14:01:03.50 Welcome to the Bitnami mariadb container
database_1 | mariadb 14:01:03.50 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 14:01:03.50 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 14:01:03.51
database_1 | mariadb 14:01:03.51 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 14:01:03.53 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 14:01:03.54 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 14:01:03.55 INFO ==> Initializing mariadb database
database_1 | mariadb 14:01:03.55 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 14:01:03.57 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 14:01:03.57 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 14:01:03.58 INFO ==> Setting user option
database_1 | mariadb 14:01:03.58 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 14:01:03.59 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 14:01:03.60 INFO ==> Using persisted data
database_1 | mariadb 14:01:03.63 INFO ==> Running mysql_upgrade
database_1 | mariadb 14:01:03.64 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 14:01:03 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 14:01:03 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 14:01:03 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318136; transaction id 728688
database_1 | 2023-06-23 14:01:03 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 14:01:03 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 14:01:03 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 14:01:03 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 14:01:03 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 14:58:45.51 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 14:58:45.52 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 14:58:45.53 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 14:58:45.53 DEBUG ==> Running command with exec...
database_1 | mariadb 14:58:45.55
database_1 | mariadb 14:58:45.55 Welcome to the Bitnami mariadb container
database_1 | mariadb 14:58:45.55 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 14:58:45.55 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 14:58:45.55
database_1 | mariadb 14:58:45.56 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 14:58:45.59 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 14:58:45.59 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 14:58:45.60 INFO ==> Initializing mariadb database
database_1 | mariadb 14:58:45.60 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 14:58:45.62 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 14:58:45.63 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 14:58:45.63 INFO ==> Setting user option
database_1 | mariadb 14:58:45.64 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 14:58:45.66 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 14:58:45.67 INFO ==> Using persisted data
database_1 | mariadb 14:58:45.70 INFO ==> Running mysql_upgrade
database_1 | mariadb 14:58:45.71 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 14:58:45 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 72 ...
database_1 | 2023-06-23 14:58:45 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 14:58:45 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 14:58:45 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318145; transaction id 728688
database_1 | 2023-06-23 14:58:46 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 14:58:46 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 14:58:46 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 14:58:46 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 14:58:46 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 15:05:39.76 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 15:05:39.78 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 15:05:39.78 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 15:05:39.78 DEBUG ==> Running command with exec...
database_1 | mariadb 15:05:39.80
database_1 | mariadb 15:05:39.81 Welcome to the Bitnami mariadb container
database_1 | mariadb 15:05:39.81 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 15:05:39.81 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 15:05:39.81
database_1 | mariadb 15:05:39.81 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 15:05:39.83 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 15:05:39.83 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 15:05:39.84 INFO ==> Initializing mariadb database
database_1 | mariadb 15:05:39.84 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 15:05:39.86 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 15:05:39.86 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 15:05:39.89 INFO ==> Setting user option
database_1 | mariadb 15:05:39.89 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 15:05:39.91 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 15:05:39.92 INFO ==> Using persisted data
database_1 | mariadb 15:05:39.95 INFO ==> Running mysql_upgrade
database_1 | mariadb 15:05:39.96 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 15:05:39 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 15:05:40 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 15:05:40 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318154; transaction id 728688
database_1 | 2023-06-23 15:05:40 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 15:05:40 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 15:05:40 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 15:05:40 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 15:05:40 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed
database_1 | userperms 15:06:10.70 WARN ==> Only the root user can reset permissions! This is probably ok though...
database_1 | loadkeys 15:06:10.72 WARN ==> Only the root user can load ssh keys! This is probably ok though...
database_1 | lando 15:06:10.73 INFO ==> Lando handing off to: /launch.sh
database_1 | lando 15:06:10.73 DEBUG ==> Running command with exec...
database_1 | mariadb 15:06:10.75
database_1 | mariadb 15:06:10.75 Welcome to the Bitnami mariadb container
database_1 | mariadb 15:06:10.75 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb
database_1 | mariadb 15:06:10.75 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mariadb/issues
database_1 | mariadb 15:06:10.75
database_1 | mariadb 15:06:10.76 INFO ==> ** Starting MariaDB setup **
database_1 | mariadb 15:06:10.77 INFO ==> Validating settings in MYSQL_/MARIADB_ env vars
database_1 | mariadb 15:06:10.78 WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
database_1 | mariadb 15:06:10.78 INFO ==> Initializing mariadb database
database_1 | mariadb 15:06:10.78 DEBUG ==> Ensuring expected directories/files exist
database_1 | mariadb 15:06:10.80 INFO ==> Updating 'my.cnf' with custom configuration
database_1 | mariadb 15:06:10.80 DEBUG ==> Injecting custom configuration from my_custom.conf
database_1 | mariadb 15:06:10.81 INFO ==> Setting user option
database_1 | mariadb 15:06:10.81 DEBUG ==> Setting user to 'pantheon' in mariadb configuration file /opt/bitnami/mariadb/conf/my.cnf
database_1 | mariadb 15:06:10.82 INFO ==> Injecting custom configuration 'my_custom.cnf'
database_1 | mariadb 15:06:10.83 INFO ==> Using persisted data
database_1 | mariadb 15:06:10.85 INFO ==> Running mysql_upgrade
database_1 | mariadb 15:06:10.86 INFO ==> Starting mariadb in background
database_1 | 2023-06-23 15:06:10 0 [Note] /opt/bitnami/mariadb/sbin/mysqld (mysqld 10.4.17-MariaDB) starting as process 73 ...
database_1 | 2023-06-23 15:06:10 0 [Warning] The parameter innodb_file_format is deprecated and has no effect. It may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Using Linux native AIO
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Uses event mutexes
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Number of pools: 1
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
database_1 | 2023-06-23 15:06:10 0 [Note] mysqld: O_TMPFILE is not supported on /opt/bitnami/mariadb/tmp (disabling future attempts)
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Initializing buffer pool, total size = 384M, instances = 1, chunk size = 128M
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: Completed initialization of buffer pool
database_1 | 2023-06-23 15:06:10 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: Creating shared tablespace for temporary tables
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: Waiting for purge to start
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: 10.4.17 started; log sequence number 9004318163; transaction id 728688
database_1 | 2023-06-23 15:06:11 0 [Note] InnoDB: Loading buffer pool(s) from /bitnami/mariadb/data/ib_buffer_pool
database_1 | 2023-06-23 15:06:11 0 [Note] Plugin 'FEEDBACK' is disabled.
database_1 | 2023-06-23 15:06:11 0 [Note] Server socket created on IP: '127.0.0.1'.
database_1 | 2023-06-23 15:06:11 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.db' doesn't exist
database_1 | 2023-06-23 15:06:11 0 [ERROR] Aborting
database_1 | Version check failed. Got the following error when calling the 'mysql' command line client
database_1 | ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104
database_1 | FATAL ERROR: Upgrade failed

@santoshkandugatla
Copy link
Author

I managed to resolve the problem, which was related to Docker. To solve a similar issue, click on the Troubleshoot button and select "Reset to Factory Defaults." This fixed the problem for me.

@ethangeorgi
Copy link
Collaborator

Assuming this issue has been resolved by now, and closing. If the issue persists, please provide more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants