[v13.22.00] TypeError: _new_site() got an unexpected keyword argument 'mariadb_root_username'

I have done git clone git clone https://github.com/frappe/frappe_docker.git
Then used following .env file as it is

kkk@216:~/frappe_docker$ cat .env
LETSENCRYPT_EMAIL=ysk@bisp.in
ERPNEXT_VERSION=v13.22.0
FRAPPE_VERSION=v13.22.0
MARIADB_HOST=mariadb
MYSQL_ROOT_PASSWORD=admin
SITE_NAME=xxx.xxx.xxx
SITES=`xxx.xxx.xxx`
DB_ROOT_USER=root
ADMIN_PASSWORD=admin
INSTALL_APPS=erpnext
ENTRYPOINT_LABEL=traefik.http.routers.erpnext-nginx.entrypoints=websecure
CERT_RESOLVER_LABEL=traefik.http.routers.erpnext-nginx.tls.certresolver=myresolver
HTTPS_REDIRECT_RULE_LABEL=traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
HTTPS_REDIRECT_ENTRYPOINT_LABEL=traefik.http.routers.http-catchall.entrypoints=web
HTTPS_REDIRECT_MIDDLEWARE_LABEL=traefik.http.routers.http-catchall.middlewares=redirect-to-https
HTTPS_USE_REDIRECT_MIDDLEWARE_LABEL=traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
SKIP_NGINX_TEMPLATE_GENERATION=0
WORKER_CLASS=gthread

Then did docker-compose -p frappe logs -tf on fresh Ubuntu 20.04.4 with latest docker Docker version 20.10.12, build e91ed57 & docker-compose docker-compose version 1.29.2, build 5becea4c

Error encountered

site-creator_1            | 2022-03-08T10:29:51.163041862Z Connections OK
site-creator_1            | 2022-03-08T10:29:52.112925485Z Traceback (most recent call last):
site-creator_1            | 2022-03-08T10:29:52.113007367Z   File "/home/frappe/frappe-bench/commands/new.py", line 132, in <module>
site-creator_1            | 2022-03-08T10:29:52.113068085Z     main()
site-creator_1            | 2022-03-08T10:29:52.113075944Z   File "/home/frappe/frappe-bench/commands/new.py", line 62, in main
site-creator_1            | 2022-03-08T10:29:52.113120190Z     _new_site(
site-creator_1            | 2022-03-08T10:29:52.113255290Z TypeError: _new_site() got an unexpected keyword argument 'mariadb_root_username'
frappe_site-creator_1 exited with code 1

Full Docker containers Logs:

kkk@216:~/frappe_docker$ docker-compose -p frappe logs -tf
Attaching to frappe_erpnext-worker-default_1, frappe_erpnext-schedule_1, frappe_erpnext-worker-long_1, frappe_erpnext-worker-short_1, frappe_site-creator_1, frappe_frappe-socketio_1, frappe_redis-queue_1, frappe_redis-socketio_1, frappe_mariadb_1, frappe_traefik_1, frappe_redis-cache_1, frappe_erpnext-nginx_1, frappe_erpnext-python_1
erpnext-nginx_1           | 2022-03-08T10:27:31.926014648Z Generating default template
erpnext-nginx_1           | 2022-03-08T10:27:31.928724681Z Waiting for frappe-python to be available on erpnext-python port 8000
erpnext-nginx_1           | 2022-03-08T10:27:35.953811127Z Frappe-python available on erpnext-python port 8000
erpnext-nginx_1           | 2022-03-08T10:27:35.953830646Z Waiting for frappe-socketio to be available on frappe-socketio port 9000
erpnext-nginx_1           | 2022-03-08T10:27:35.957156570Z Frappe-socketio available on frappe-socketio port 9000
erpnext-nginx_1           | 2022-03-08T10:27:35.986894091Z 2022/03/08 10:27:35 [notice] 1#1: using the "epoll" event method
erpnext-nginx_1           | 2022-03-08T10:27:35.986925854Z 2022/03/08 10:27:35 [notice] 1#1: nginx/1.21.6
erpnext-nginx_1           | 2022-03-08T10:27:35.986929466Z 2022/03/08 10:27:35 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6)
erpnext-nginx_1           | 2022-03-08T10:27:35.986932753Z 2022/03/08 10:27:35 [notice] 1#1: OS: Linux 5.4.0-29-generic
erpnext-nginx_1           | 2022-03-08T10:27:35.986935348Z 2022/03/08 10:27:35 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
erpnext-nginx_1           | 2022-03-08T10:27:35.987033154Z 2022/03/08 10:27:35 [notice] 1#1: start worker processes
erpnext-nginx_1           | 2022-03-08T10:27:35.990930133Z 2022/03/08 10:27:35 [notice] 1#1: start worker process 30
erpnext-nginx_1           | 2022-03-08T10:27:35.991112376Z 2022/03/08 10:27:35 [notice] 1#1: start worker process 31
erpnext-nginx_1           | 2022-03-08T10:27:35.991310997Z 2022/03/08 10:27:35 [notice] 1#1: start worker process 32
erpnext-nginx_1           | 2022-03-08T10:27:35.991550055Z 2022/03/08 10:27:35 [notice] 1#1: start worker process 33
erpnext-schedule_1        | 2022-03-08T10:27:36.159061038Z Attempt 1 to connect to mariadb:3306
erpnext-schedule_1        | 2022-03-08T10:27:36.160707257Z Attempt 1 to connect to redis-queue:6379
erpnext-schedule_1        | 2022-03-08T10:27:36.161473999Z Attempt 1 to connect to redis-cache:6379
erpnext-schedule_1        | 2022-03-08T10:27:36.164637251Z Attempt 1 to connect to redis-socketio:6379
erpnext-schedule_1        | 2022-03-08T10:27:36.165105613Z Connections OK
erpnext-worker-short_1    | 2022-03-08T10:27:32.708086549Z Attempt 1 to connect to mariadb:3306
erpnext-worker-short_1    | 2022-03-08T10:27:32.710091001Z Attempt 1 to connect to redis-queue:6379
erpnext-worker-short_1    | 2022-03-08T10:27:32.710613985Z Attempt 1 to connect to redis-cache:6379
erpnext-worker-short_1    | 2022-03-08T10:27:32.711116345Z Attempt 1 to connect to redis-socketio:6379
erpnext-worker-short_1    | 2022-03-08T10:27:32.711564278Z Connections OK
erpnext-worker-short_1    | 2022-03-08T10:27:33.968925620Z 10:27:33 Worker rq:worker:617d041be6de4e35a1dc4a8b02475ae2.cb76039d1f8e.12.short: started, version 1.8.1
erpnext-worker-short_1    | 2022-03-08T10:27:33.968965217Z 10:27:33 Subscribing to channel rq:pubsub:617d041be6de4e35a1dc4a8b02475ae2.cb76039d1f8e.12.short
erpnext-worker-short_1    | 2022-03-08T10:27:33.993899383Z 10:27:33 *** Listening on short...
erpnext-worker-short_1    | 2022-03-08T10:27:33.997104891Z 10:27:33 Cleaning registries for queue: short
erpnext-worker-default_1  | 2022-03-08T10:27:35.929944159Z Attempt 1 to connect to mariadb:3306
erpnext-worker-default_1  | 2022-03-08T10:27:35.937213669Z Attempt 1 to connect to redis-queue:6379
erpnext-worker-default_1  | 2022-03-08T10:27:35.938163461Z Attempt 1 to connect to redis-cache:6379
erpnext-worker-default_1  | 2022-03-08T10:27:35.938866912Z Attempt 1 to connect to redis-socketio:6379
erpnext-worker-default_1  | 2022-03-08T10:27:35.938873406Z Connections OK
erpnext-worker-default_1  | 2022-03-08T10:27:37.005993663Z 10:27:37 Worker rq:worker:439ce742371742dabdc77f1838242e25.7fa2cb7d7f17.13.default: started, version 1.8.1
erpnext-worker-default_1  | 2022-03-08T10:27:37.006236665Z 10:27:37 Subscribing to channel rq:pubsub:439ce742371742dabdc77f1838242e25.7fa2cb7d7f17.13.default
erpnext-worker-default_1  | 2022-03-08T10:27:37.007559488Z 10:27:37 *** Listening on default...
erpnext-worker-default_1  | 2022-03-08T10:27:37.008044412Z 10:27:37 Cleaning registries for queue: default
erpnext-python_1          | 2022-03-08T10:27:29.655943475Z Attempt 1 to connect to mariadb:3306
erpnext-python_1          | 2022-03-08T10:27:32.660374723Z Attempt 2 to connect to mariadb:3306
erpnext-python_1          | 2022-03-08T10:27:32.661907184Z Attempt 1 to connect to redis-queue:6379
erpnext-python_1          | 2022-03-08T10:27:32.662843335Z Attempt 1 to connect to redis-cache:6379
erpnext-python_1          | 2022-03-08T10:27:32.663569760Z Attempt 1 to connect to redis-socketio:6379
erpnext-python_1          | 2022-03-08T10:27:32.663970578Z Connections OK
erpnext-python_1          | 2022-03-08T10:27:35.635125403Z [2022-03-08 10:27:35 +0000] [19] [INFO] Starting gunicorn 20.1.0
erpnext-python_1          | 2022-03-08T10:27:35.635865780Z [2022-03-08 10:27:35 +0000] [19] [INFO] Listening at: http://0.0.0.0:8000 (19)
erpnext-python_1          | 2022-03-08T10:27:35.635974402Z [2022-03-08 10:27:35 +0000] [19] [INFO] Using worker: gthread
erpnext-python_1          | 2022-03-08T10:27:35.642066139Z [2022-03-08 10:27:35 +0000] [20] [INFO] Booting worker with pid: 20
erpnext-python_1          | 2022-03-08T10:27:35.734231507Z [2022-03-08 10:27:35 +0000] [21] [INFO] Booting worker with pid: 21
erpnext-worker-long_1     | 2022-03-08T10:27:35.347375238Z Attempt 1 to connect to mariadb:3306
erpnext-worker-long_1     | 2022-03-08T10:27:35.360001086Z Attempt 1 to connect to redis-queue:6379
erpnext-worker-long_1     | 2022-03-08T10:27:35.363373103Z Attempt 1 to connect to redis-cache:6379
erpnext-worker-long_1     | 2022-03-08T10:27:35.363905635Z Attempt 1 to connect to redis-socketio:6379
erpnext-worker-long_1     | 2022-03-08T10:27:35.364184590Z Connections OK
erpnext-worker-long_1     | 2022-03-08T10:27:36.678171911Z 10:27:36 Worker rq:worker:6da828ded02546ff962225de7122642d.3bef960be9de.12.long: started, version 1.8.1
erpnext-worker-long_1     | 2022-03-08T10:27:36.678443828Z 10:27:36 Subscribing to channel rq:pubsub:6da828ded02546ff962225de7122642d.3bef960be9de.12.long
erpnext-worker-long_1     | 2022-03-08T10:27:36.679635206Z 10:27:36 *** Listening on long...
erpnext-worker-long_1     | 2022-03-08T10:27:36.680093558Z 10:27:36 Cleaning registries for queue: long
frappe-socketio_1         | 2022-03-08T10:27:33.664203933Z listening on *: 9000
redis-cache_1             | 2022-03-08T10:27:28.325075274Z 1:C 08 Mar 2022 10:27:28.324 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-cache_1             | 2022-03-08T10:27:28.325107203Z 1:C 08 Mar 2022 10:27:28.324 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis-cache_1             | 2022-03-08T10:27:28.325110283Z 1:C 08 Mar 2022 10:27:28.324 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-cache_1             | 2022-03-08T10:27:28.325700168Z 1:M 08 Mar 2022 10:27:28.325 * monotonic clock: POSIX clock_gettime
redis-cache_1             | 2022-03-08T10:27:28.336863386Z 1:M 08 Mar 2022 10:27:28.336 * Running mode=standalone, port=6379.
redis-cache_1             | 2022-03-08T10:27:28.336876495Z 1:M 08 Mar 2022 10:27:28.336 # Server initialized
redis-cache_1             | 2022-03-08T10:27:28.345239735Z 1:M 08 Mar 2022 10:27:28.343 * Ready to accept connections
mariadb_1                 | 2022-03-08T10:27:28.010788899Z 2022-03-08 10:27:28+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.6.7+maria~focal started.
mariadb_1                 | 2022-03-08T10:27:28.369151306Z 2022-03-08 10:27:28+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mariadb_1                 | 2022-03-08T10:27:28.430974402Z 2022-03-08 10:27:28+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.6.7+maria~focal started.
mariadb_1                 | 2022-03-08T10:27:28.815938446Z 2022-03-08 10:27:28+00:00 [Note] [Entrypoint]: Initializing database files
mariadb_1                 | 2022-03-08T10:27:29.187501776Z 2022-03-08 10:27:29 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
mariadb_1                 | 2022-03-08T10:27:30.266327609Z
mariadb_1                 | 2022-03-08T10:27:30.266360589Z
mariadb_1                 | 2022-03-08T10:27:30.266363605Z PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
mariadb_1                 | 2022-03-08T10:27:30.266366287Z To do so, start the server, then issue the following command:
mariadb_1                 | 2022-03-08T10:27:30.266368538Z
mariadb_1                 | 2022-03-08T10:27:30.266370529Z '/usr/bin/mysql_secure_installation'
mariadb_1                 | 2022-03-08T10:27:30.266372871Z
mariadb_1                 | 2022-03-08T10:27:30.266375071Z which will also give you the option of removing the test
mariadb_1                 | 2022-03-08T10:27:30.266377139Z databases and anonymous user created by default.  This is
mariadb_1                 | 2022-03-08T10:27:30.266379201Z strongly recommended for production servers.
mariadb_1                 | 2022-03-08T10:27:30.266381205Z
mariadb_1                 | 2022-03-08T10:27:30.266383334Z See the MariaDB Knowledgebase at https://mariadb.com/kb
mariadb_1                 | 2022-03-08T10:27:30.266385874Z
mariadb_1                 | 2022-03-08T10:27:30.266387845Z Please report any problems at https://mariadb.org/jira
mariadb_1                 | 2022-03-08T10:27:30.266390143Z
mariadb_1                 | 2022-03-08T10:27:30.266392443Z The latest information about MariaDB is available at https://mariadb.org/.
mariadb_1                 | 2022-03-08T10:27:30.266394621Z
mariadb_1                 | 2022-03-08T10:27:30.266396633Z Consider joining MariaDB's strong and vibrant community:
mariadb_1                 | 2022-03-08T10:27:30.266398659Z https://mariadb.org/get-involved/
mariadb_1                 | 2022-03-08T10:27:30.266400680Z
mariadb_1                 | 2022-03-08T10:27:30.266402736Z 2022-03-08 10:27:30+00:00 [Note] [Entrypoint]: Database files initialized
mariadb_1                 | 2022-03-08T10:27:30.266405003Z 2022-03-08 10:27:30+00:00 [Note] [Entrypoint]: Starting temporary server
mariadb_1                 | 2022-03-08T10:27:30.272636394Z 2022-03-08 10:27:30+00:00 [Note] [Entrypoint]: Waiting for server startup
mariadb_1                 | 2022-03-08T10:27:30.323037251Z 2022-03-08 10:27:30 0 [Note] mariadbd (server 10.6.7-MariaDB-1:10.6.7+maria~focal) starting as process 99 ...
mariadb_1                 | 2022-03-08T10:27:30.363045864Z 2022-03-08 10:27:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mariadb_1                 | 2022-03-08T10:27:30.363301426Z 2022-03-08 10:27:30 0 [Note] InnoDB: Number of pools: 1
mariadb_1                 | 2022-03-08T10:27:30.363323706Z 2022-03-08 10:27:30 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
mariadb_1                 | 2022-03-08T10:27:30.363346866Z 2022-03-08 10:27:30 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
mariadb_1                 | 2022-03-08T10:27:30.411542400Z 2022-03-08 10:27:30 0 [Note] InnoDB: Using Linux native AIO
mariadb_1                 | 2022-03-08T10:27:30.411879174Z 2022-03-08 10:27:30 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
mariadb_1                 | 2022-03-08T10:27:30.415406122Z 2022-03-08 10:27:30 0 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1                 | 2022-03-08T10:27:30.479775578Z 2022-03-08 10:27:30 0 [Note] InnoDB: 128 rollback segments are active.
mariadb_1                 | 2022-03-08T10:27:30.480648463Z 2022-03-08 10:27:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1                 | 2022-03-08T10:27:30.480720200Z 2022-03-08 10:27:30 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1                 | 2022-03-08T10:27:30.480828747Z 2022-03-08 10:27:30 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1                 | 2022-03-08T10:27:30.487398767Z 2022-03-08 10:27:30 0 [Note] InnoDB: 10.6.7 started; log sequence number 41361; transaction id 14
mariadb_1                 | 2022-03-08T10:27:30.487681547Z 2022-03-08 10:27:30 0 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1                 | 2022-03-08T10:27:30.495343362Z 2022-03-08 10:27:30 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
mariadb_1                 | 2022-03-08T10:27:30.498886916Z 2022-03-08 10:27:30 0 [Warning] 'user' entry 'root@c3f5abbf88b6' ignored in --skip-name-resolve mode.
mariadb_1                 | 2022-03-08T10:27:30.499027399Z 2022-03-08 10:27:30 0 [Warning] 'proxies_priv' entry '@% root@c3f5abbf88b6' ignored in --skip-name-resolve mode.
mariadb_1                 | 2022-03-08T10:27:30.505507551Z 2022-03-08 10:27:30 0 [Note] mariadbd: ready for connections.
mariadb_1                 | 2022-03-08T10:27:30.505519058Z Version: '10.6.7-MariaDB-1:10.6.7+maria~focal'  socket: '/run/mysqld/mysqld.sock'  port: 0  mariadb.org binary distribution
mariadb_1                 | 2022-03-08T10:27:31.309786919Z 2022-03-08 10:27:31+00:00 [Note] [Entrypoint]: Temporary server started.
mariadb_1                 | 2022-03-08T10:27:31.311880356Z 2022-03-08 10:27:31+00:00 [Note] [Entrypoint]: Securing system users (equivalent to running mysql_secure_installation)
mariadb_1                 | 2022-03-08T10:27:31.333735185Z
mariadb_1                 | 2022-03-08T10:27:31.335339705Z 2022-03-08 10:27:31+00:00 [Note] [Entrypoint]: Stopping temporary server
mariadb_1                 | 2022-03-08T10:27:31.341918709Z 2022-03-08 10:27:31 0 [Note] mariadbd (initiated by: root[root] @ localhost []): Normal shutdown
mariadb_1                 | 2022-03-08T10:27:31.362163724Z 2022-03-08 10:27:31 0 [Note] InnoDB: FTS optimize thread exiting.
mariadb_1                 | 2022-03-08T10:27:31.365152690Z 2022-03-08 10:27:31 0 [Note] InnoDB: Starting shutdown...
mariadb_1                 | 2022-03-08T10:27:31.365217102Z 2022-03-08 10:27:31 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mariadb_1                 | 2022-03-08T10:27:31.365389633Z 2022-03-08 10:27:31 0 [Note] InnoDB: Buffer pool(s) dump completed at 220308 10:27:31
mariadb_1                 | 2022-03-08T10:27:31.531557063Z 2022-03-08 10:27:31 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
mariadb_1                 | 2022-03-08T10:27:31.531601445Z 2022-03-08 10:27:31 0 [Note] InnoDB: Shutdown completed; log sequence number 42335; transaction id 15
mariadb_1                 | 2022-03-08T10:27:31.533575106Z 2022-03-08 10:27:31 0 [Note] mariadbd: Shutdown complete
mariadb_1                 | 2022-03-08T10:27:31.533593326Z
mariadb_1                 | 2022-03-08T10:27:32.344386617Z 2022-03-08 10:27:32+00:00 [Note] [Entrypoint]: Temporary server stopped
mariadb_1                 | 2022-03-08T10:27:32.344444665Z
mariadb_1                 | 2022-03-08T10:27:32.345383354Z 2022-03-08 10:27:32+00:00 [Note] [Entrypoint]: MariaDB init process done. Ready for start up.
mariadb_1                 | 2022-03-08T10:27:32.345397255Z
mariadb_1                 | 2022-03-08T10:27:32.371580113Z 2022-03-08 10:27:32 0 [Note] mariadbd (server 10.6.7-MariaDB-1:10.6.7+maria~focal) starting as process 1 ...
mariadb_1                 | 2022-03-08T10:27:32.402999215Z 2022-03-08 10:27:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mariadb_1                 | 2022-03-08T10:27:32.403130910Z 2022-03-08 10:27:32 0 [Note] InnoDB: Number of pools: 1
mariadb_1                 | 2022-03-08T10:27:32.403561555Z 2022-03-08 10:27:32 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
mariadb_1                 | 2022-03-08T10:27:32.403627256Z 2022-03-08 10:27:32 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
mariadb_1                 | 2022-03-08T10:27:32.441946842Z 2022-03-08 10:27:32 0 [Note] InnoDB: Using Linux native AIO
mariadb_1                 | 2022-03-08T10:27:32.441970911Z 2022-03-08 10:27:32 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
mariadb_1                 | 2022-03-08T10:27:32.441973986Z 2022-03-08 10:27:32 0 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1                 | 2022-03-08T10:27:32.524596421Z 2022-03-08 10:27:32 0 [Note] InnoDB: 128 rollback segments are active.
mariadb_1                 | 2022-03-08T10:27:32.525188114Z 2022-03-08 10:27:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1                 | 2022-03-08T10:27:32.525225255Z 2022-03-08 10:27:32 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1                 | 2022-03-08T10:27:32.525346303Z 2022-03-08 10:27:32 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1                 | 2022-03-08T10:27:32.529360308Z 2022-03-08 10:27:32 0 [Note] InnoDB: 10.6.7 started; log sequence number 42335; transaction id 14
mariadb_1                 | 2022-03-08T10:27:32.529379914Z 2022-03-08 10:27:32 0 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1                 | 2022-03-08T10:27:32.529386613Z 2022-03-08 10:27:32 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1                 | 2022-03-08T10:27:32.531664967Z 2022-03-08 10:27:32 0 [Note] InnoDB: Buffer pool(s) load completed at 220308 10:27:32
mariadb_1                 | 2022-03-08T10:27:32.533115075Z 2022-03-08 10:27:32 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
mariadb_1                 | 2022-03-08T10:27:32.539139108Z 2022-03-08 10:27:32 0 [Note] Server socket created on IP: '0.0.0.0'.
mariadb_1                 | 2022-03-08T10:27:32.540039409Z 2022-03-08 10:27:32 0 [Note] Server socket created on IP: '::'.
mariadb_1                 | 2022-03-08T10:27:32.560672015Z 2022-03-08 10:27:32 0 [Note] mariadbd: ready for connections.
mariadb_1                 | 2022-03-08T10:27:32.560695685Z Version: '10.6.7-MariaDB-1:10.6.7+maria~focal'  socket: '/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mariadb_1                 | 2022-03-08T10:27:32.661827327Z 2022-03-08 10:27:32 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.5' (This connection closed normally without authentication)
mariadb_1                 | 2022-03-08T10:27:32.710019785Z 2022-03-08 10:27:32 4 [Warning] Aborted connection 4 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.11' (This connection closed normally without authentication)
mariadb_1                 | 2022-03-08T10:27:33.849943851Z 2022-03-08 10:27:33 5 [Warning] Aborted connection 5 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.10' (This connection closed normally without authentication)
mariadb_1                 | 2022-03-08T10:27:35.359748461Z 2022-03-08 10:27:35 6 [Warning] Aborted connection 6 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.14' (This connection closed normally without authentication)
mariadb_1                 | 2022-03-08T10:27:35.595783135Z 2022-03-08 10:27:35 7 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.596978609Z 2022-03-08 10:27:35 8 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.597910281Z 2022-03-08 10:27:35 9 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.598754668Z 2022-03-08 10:27:35 10 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.599670471Z 2022-03-08 10:27:35 11 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.600494250Z 2022-03-08 10:27:35 12 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.603314235Z 2022-03-08 10:27:35 13 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.604219902Z 2022-03-08 10:27:35 14 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.605080810Z 2022-03-08 10:27:35 15 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.605999046Z 2022-03-08 10:27:35 16 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.607737327Z 2022-03-08 10:27:35 17 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.611321895Z 2022-03-08 10:27:35 18 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.612178509Z 2022-03-08 10:27:35 19 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.613079547Z 2022-03-08 10:27:35 20 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.613902753Z 2022-03-08 10:27:35 21 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.614796718Z 2022-03-08 10:27:35 22 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.617818045Z 2022-03-08 10:27:35 23 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.618677438Z 2022-03-08 10:27:35 24 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.619528139Z 2022-03-08 10:27:35 25 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.620356563Z 2022-03-08 10:27:35 26 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.623294981Z 2022-03-08 10:27:35 27 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.624179248Z 2022-03-08 10:27:35 28 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.625026123Z 2022-03-08 10:27:35 29 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.625854370Z 2022-03-08 10:27:35 30 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.627285370Z 2022-03-08 10:27:35 31 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.631314329Z 2022-03-08 10:27:35 32 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.632168067Z 2022-03-08 10:27:35 33 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.633028336Z 2022-03-08 10:27:35 34 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.633863725Z 2022-03-08 10:27:35 35 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.634715624Z 2022-03-08 10:27:35 36 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.636198850Z 2022-03-08 10:27:35 37 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.637948340Z 2022-03-08 10:27:35 38 [Warning] Access denied for user 'frappe'@'172.21.0.10' (using password: NO)
mariadb_1                 | 2022-03-08T10:27:35.939321541Z 2022-03-08 10:27:35 39 [Warning] Aborted connection 39 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.13' (This connection closed normally without authentication)
mariadb_1                 | 2022-03-08T10:27:36.160967327Z 2022-03-08 10:27:36 40 [Warning] Aborted connection 40 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.12' (This connection closed normally without authentication)
redis-queue_1             | 2022-03-08T10:27:28.333045526Z 1:C 08 Mar 2022 10:27:28.330 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-queue_1             | 2022-03-08T10:27:28.333077323Z 1:C 08 Mar 2022 10:27:28.331 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis-queue_1             | 2022-03-08T10:27:28.333080870Z 1:C 08 Mar 2022 10:27:28.331 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-queue_1             | 2022-03-08T10:27:28.333083901Z 1:M 08 Mar 2022 10:27:28.332 * monotonic clock: POSIX clock_gettime
redis-queue_1             | 2022-03-08T10:27:28.339724590Z 1:M 08 Mar 2022 10:27:28.339 * Running mode=standalone, port=6379.
redis-queue_1             | 2022-03-08T10:27:28.339737351Z 1:M 08 Mar 2022 10:27:28.339 # Server initialized
redis-queue_1             | 2022-03-08T10:27:28.343566734Z 1:M 08 Mar 2022 10:27:28.343 * Ready to accept connections
redis-socketio_1          | 2022-03-08T10:27:28.321437673Z 1:C 08 Mar 2022 10:27:28.321 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-socketio_1          | 2022-03-08T10:27:28.325209997Z 1:C 08 Mar 2022 10:27:28.325 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis-socketio_1          | 2022-03-08T10:27:28.325223073Z 1:C 08 Mar 2022 10:27:28.325 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-socketio_1          | 2022-03-08T10:27:28.326893842Z 1:M 08 Mar 2022 10:27:28.326 * monotonic clock: POSIX clock_gettime
redis-socketio_1          | 2022-03-08T10:27:28.334015725Z 1:M 08 Mar 2022 10:27:28.333 * Running mode=standalone, port=6379.
redis-socketio_1          | 2022-03-08T10:27:28.335099833Z 1:M 08 Mar 2022 10:27:28.334 # Server initialized
redis-socketio_1          | 2022-03-08T10:27:28.336440256Z 1:M 08 Mar 2022 10:27:28.335 * Ready to accept connections
site-creator_1            | 2022-03-08T10:27:33.848425184Z Attempt 1 to connect to mariadb:3306
site-creator_1            | 2022-03-08T10:27:33.849743993Z Attempt 1 to connect to redis-queue:6379
site-creator_1            | 2022-03-08T10:27:33.850138827Z Attempt 1 to connect to redis-cache:6379
site-creator_1            | 2022-03-08T10:27:33.850460102Z Attempt 1 to connect to redis-socketio:6379
site-creator_1            | 2022-03-08T10:27:33.850673182Z Connections OK
site-creator_1            | 2022-03-08T10:27:35.638886893Z Traceback (most recent call last):
site-creator_1            | 2022-03-08T10:27:35.638934332Z   File "/home/frappe/frappe-bench/commands/new.py", line 132, in <module>
site-creator_1            | 2022-03-08T10:27:35.639118161Z     main()
site-creator_1            | 2022-03-08T10:27:35.639122107Z   File "/home/frappe/frappe-bench/commands/new.py", line 62, in main
site-creator_1            | 2022-03-08T10:27:35.639218508Z     _new_site(
site-creator_1            | 2022-03-08T10:27:35.639267861Z TypeError: _new_site() got an unexpected keyword argument 'mariadb_root_username'
frappe_site-creator_1 exited with code 1
traefik_1                 | 2022-03-08T10:27:28.589392128Z time="2022-03-08T10:27:28Z" level=info msg="Configuration loaded from flags."
erpnext-nginx_1           | 2022-03-08T10:28:53.498191925Z 172.21.0.8 - - [08/Mar/2022:10:28:53 +0000] "GET / HTTP/1.1" 404 135 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3058.0 Safari/537.36" "xx.xx.184.2xx"

https://github.com/frappe/frappe_docker/pull/677

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.