#Upgrade from 1.15 to 1.16

1 messages · Page 1 of 1 (latest)

toxic bobcat
#

I saw that there are some other upgrade errors but i don't know if mine is the same.
I changed in my .env file the version from 1.15 to 1.16 and made the docker compose down / up magic as shown in the doc.
When i try to open my website i don't get any information (no login view).
I restarted docker without demon and i get a lot of these messages:

server-1  | ICU features such as interpolation and plurals will not work properly for that message. 
server-1  | 
server-1  | Please compile your catalog first.```

Does anyone know what todo?
shut relic
#

These messages are related to missing translations and shouldn't have any impact on server itself

Can you check if there are any errors in devtools or in logs other than that?

CC: @warm tide

toxic bobcat
#

i found this:

server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM     LOG [UpgradeCommand] Running command on workspace 42f38810-88a2-4718-a368-2f905fcac95e 1/1
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM     LOG [UpgradeCommand] Upgrading workspace 42f38810-88a2-4718-a368-2f905fcac95e from=1.15.0 to=1.16.3 1/1
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM     LOG [UpdateTaskOnDeleteActionCommand] Running UpdateTaskOnDeleteActionCommand for workspace 42f38810-88a2-4718-a368-2f905fcac95e
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM     LOG [UpdateTaskOnDeleteActionCommand] Updating task relation onDelete from SET_NULL to CASCADE in workspace 42f38810-88a2-4718-a368-2f905fcac95e
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM    WARN [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM   ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM   ERROR [UpgradeCommand] undefined
server-1  | [Nest] 36  - 01/27/2026, 8:52:30 AM     LOG [UpgradeCommand] Command completed!```

How can i check other logs?
toxic bobcat
#

after a reboot i can see the login in screen but i cant login. I found this error:

server-1  |         at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:436:19)
server-1  |         at executeField (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:330:25)
server-1  |         at executeFields (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:272:28)
server-1  |         at collectAndExecuteSubfields (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:702:23)
server-1  |         at completeObjectValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:692:12)
server-1  |         at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:460:16)
server-1  |         at completeValue (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:434:27)
server-1  |         at executeField (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:330:25)
server-1  |         at executeFields (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:272:28)
server-1  |         at collectAndExecuteSubfields (/app/node_modules/@graphql-tools/executor/cjs/execution/execute.js:702:23) {
server-1  |       extensions: {}
warm tide
#

If using 1.16.3 isn't enough please provide twenty-server logs with LOG_LEVELS=debug,info,error,warn and workspace version in database
Please also be sure to try clearing your cache after upgrading too ( yarn command:prod cache:flush )

toxic bobcat
#

i found that thread but i'm not so familiar with what i have to do. I added the LOG_Level... to my .env file and restartet the container but how can i do the yarn command?

warm tide
#

You can open a shell into your conatiner as follows

docker exec -it twenty-server sh
#

Then finally run the command to clear the cache

toxic bobcat
#

ok, i flushed the cache and restarted docker compose but it doesnt work.

#
server-1  |    - fromWorkspaceVersion: 1.15.0
server-1  |    - 23 commands
server-1  | [Nest] 36  - 01/27/2026, 12:08:56 PM     LOG [UpgradeCommand] Running global database migrations
server-1  | [Nest] 36  - 01/27/2026, 12:08:56 PM     LOG [UpgradeCommand] Running core datasource migrations...
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpgradeCommand] query: SELECT * FROM current_schema()
server-1  | query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
server-1  | query: SELECT version();
server-1  | query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
server-1  | query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC```
#
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpgradeCommand] Database migrations completed successfully
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpgradeCommand] Running command on workspace 42f38810-88a2-4718-a368-2f905fcac95e 1/1
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpgradeCommand] Upgrading workspace 42f38810-88a2-4718-a368-2f905fcac95e from=1.15.0 to=1.16.3 1/1
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpdateTaskOnDeleteActionCommand] Running UpdateTaskOnDeleteActionCommand for workspace 42f38810-88a2-4718-a368-2f905fcac95e
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpdateTaskOnDeleteActionCommand] Updating task relation onDelete from SET_NULL to CASCADE in workspace 42f38810-88a2-4718-a368-2f905fcac95e
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM    WARN [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM     LOG [UpgradeCommand] Command completed!
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM   ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
server-1  | [Nest] 36  - 01/27/2026, 12:09:01 PM   ERROR [UpgradeCommand] undefined
server-1  | Successfully migrated DB!
warm tide
#

Please add to your .env

LOG_LEVELS=debug,info,error,warn
#

And please redo, server-1 | [Nest] 36 - 01/27/2026, 12:09:01 PM ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field will be way more verbose

#

or from the container directly run

LOG_LEVELS='debug,info,error,warn'; & yarn command:prod upgrade
toxic bobcat
warm tide
#

You may not have uncommented the bridge in your dockerfile

#

or directly use LOG_LEVELS='debug,info,error,warn'; & yarn command:prod upgrade

#

you can use echo $LOG_LEVELS in your twenty-server container to double check the value of the .env

toxic bobcat
#
   - currentVersion (migrating to): 1.16.3
   - fromWorkspaceVersion: 1.15.0
   - 23 commands
[Nest] 304  - 01/27/2026, 12:31:43 PM     LOG [UpgradeCommand] Running global database migrations
[Nest] 304  - 01/27/2026, 12:31:43 PM     LOG [UpgradeCommand] Running core datasource migrations...
[Nest] 304  - 01/27/2026, 12:31:48 PM     LOG [UpgradeCommand] query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
#
[Nest] 304  - 01/27/2026, 12:31:48 PM     LOG [UpgradeCommand] Running command on workspace 42f38810-88a2-4718-a368-2f905fcac95e 1/1
[Nest] 304  - 01/27/2026, 12:31:49 PM     LOG [UpgradeCommand] Upgrading workspace 42f38810-88a2-4718-a368-2f905fcac95e from=1.15.0 to=1.16.3 1/1
[Nest] 304  - 01/27/2026, 12:31:49 PM     LOG [UpdateTaskOnDeleteActionCommand] Running UpdateTaskOnDeleteActionCommand for workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 304  - 01/27/2026, 12:31:49 PM     LOG [UpdateTaskOnDeleteActionCommand] Updating task relation onDelete from SET_NULL to CASCADE in workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 304  - 01/27/2026, 12:31:49 PM    WARN [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 304  - 01/27/2026, 12:31:49 PM   ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 304  - 01/27/2026, 12:31:49 PM   ERROR [UpgradeCommand] undefined
[Nest] 304  - 01/27/2026, 12:31:49 PM     LOG [UpgradeCommand] Command completed!
#
debug,info,error,warn
warm tide
#

Hey @snow mason sorry to hijack you on this one, but could you please investigate the failure root cause of the UpdateTaskOnDeleteActionCommand here
Seems to be an input transpilation error as v2 core engine centralized debug log level aren't showing anything

snow mason
#

Hey @toxic bobcat,
I'm working on a patch which will log more details.
In the meantime, please could you run this sql query and add the result here ? Thanks

SELECT "id", "standardId", "objectMetadataId", "type", "name", "label", "defaultValue", "description", "icon", "standardOverrides", "options", "settings", "isCustom", "isActive", "isSystem", "isUIReadOnly", "isNullable", "isUnique", "workspaceId", "isLabelSyncedWithName", "relationTargetFieldMetadataId", "relationTargetObjectMetadataId", "morphId", "createdAt", "updatedAt", "universalIdentifier", "applicationId" FROM "core"."fieldMetadata"  WHERE ("standardId" IN ('20202020-e881-457a-8758-74aaef4ae78a')) AND ("workspaceId" IN ('42f38810-88a2-4718-a368-2f905fcac95e'))
toxic bobcat
#

Hi @snow mason i'm happy to help you. Please could you help me a bit because i'm not as familiar with debugging in docker 😉

past shadow
#

Hello

shut relic
toxic bobcat
snow mason
#

can you try

docker exec -it twenty-db-1 bash

then

psql -U postgres -d default

then the sql query

toxic bobcat
# snow mason can you try ``` docker exec -it twenty-db-1 bash ``` then ``` psql -U postgres...

I think the result is empty:

psql (16.10 (Debian 16.10-1.pgdg13+1))
Type "help" for help.

default=# SELECT "id", "standardId", "objectMetadataId", "type", "name", "label", "defaultValue", "description", "icon", "standardOverrides", "options", "settings", "isCustom", "isActive", "isSystem", "isUIReadOnly", "isNullable", "isUnique", "workspaceId", "isLabelSyncedWithName", "relationTargetFieldMetadataId", "relationTargetObjectMetadataId", "morphId", "createdAt", "updatedAt", "universalIdentifier", "applicationId" FROM "core"."fieldMetadata"  WHERE ("standardId" IN ('20202020-e881-457a-8758-74aaef4ae78a')) AND ("workspaceId" IN ('42f38810-88a2-4718-a368-2f905fcac95e'))
default-# ```
snow mason
#

can you try

SELECT "id" FROM "core"."fieldMetadata"

I need to check query statement works

snow mason
#

it needs a ;at the end

#
SELECT "id", "standardId", "objectMetadataId", "type", "name", "label", "defaultValue", "description", "icon", "standardOverrides", "options", "settings", "isCustom", "isActive", "isSystem", "isUIReadOnly", "isNullable", "isUnique", "workspaceId", "isLabelSyncedWithName", "relationTargetFieldMetadataId", "relationTargetObjectMetadataId", "morphId", "createdAt", "updatedAt", "universalIdentifier", "applicationId" FROM "core"."fieldMetadata"  WHERE ("standardId" IN ('20202020-e881-457a-8758-74aaef4ae78a')) AND ("workspaceId" IN ('42f38810-88a2-4718-a368-2f905fcac95e')); 
toxic bobcat
# snow mason ``` SELECT "id", "standardId", "objectMetadataId", "type", "name", "label", "def...

Its a bit tricky to send the result:

--------------------------------------+--------------------------------------+--------------------------------------+----------+------+-------+--------------+-----------------+--------------+-------------------+---------+-------------------------------------------------------------------------------------+----------+----------+----------+--------------+------------+----------+--------------------------------------+-----------------------+--------------------------------------+--------------------------------------+---------+-------------------------------+-------------------------------+---------------------+---------------
 5fc72173-c3c9-4149-9cec-72948bece0c6 | 20202020-e881-457a-8758-74aaef4ae78a | 4c845e7f-5f3a-45ed-b0f0-25748d67cf34 | RELATION | task | Task  |              | TaskTarget task | IconCheckbox |                   |         | {"onDelete": "SET_NULL", "relationType": "MANY_TO_ONE", "joinColumnName": "taskId"} | f        | t        | t        | f            | t          | f        | 42f38810-88a2-4718-a368-2f905fcac95e | t                     | 663d4dc9-57a1-459b-9244-55c8862aeccf | bbb52357-91b0-4441-aee2-af58ed7e3e01 |         | 2025-12-11 13:23:08.680216+00 | 2025-12-11 13:23:08.680216+00 |                     | ```
snow mason
#

Thanks !
Sorry, your data seems ok (it's a good point.. but we still have not found the root cause).
In few minutes, the 1.16.4 tag will be released on dockerhub with additional logs when running command. It should help us

shut relic
snow mason
#

Patch has just been published on docker hub, the 1.16.4. Please, send us the new upgrade command logs

LOG_LEVELS='debug,info,error,warn'; & yarn command:prod upgrade
toxic bobcat
# snow mason Patch has just been published on docker hub, the 1.16.4. Please, send us the new...

i'm running now into some errors on start but unfortnatly to day i have to break up. I will continue tomorrow.

error:

Container twenty-db-1 Healthy 
server-1  | Running database setup and migrations...
Container twenty-db-1 Waiting 
Container twenty-server-1 Waiting 
Container twenty-db-1 Healthy 
server-1  | node:internal/modules/cjs/loader:1424
server-1  |   throw err;
server-1  |   ^
server-1  | 
server-1  | Error: Cannot find module './commands/flat-cache-invalidate.command'
server-1  | Require stack:
server-1  | - /app/packages/twenty-server/dist/engine/workspace-manager/workspace-migration/workspace-migration-runner/workspace-migration-runner.module.js
server-1  | - /app/packages/twenty-server/dist/engine/workspace-manager/workspace-migration/workspace-migration.module.js
server-1  | - /app/packages/twenty-server/dist/engine/metadata-modules/role-target/role-target.module.js
snow mason
#

Sorry, this time 1.16.4 should be ok

toxic bobcat
# snow mason Sorry, this time 1.16.4 should be ok

Hi @snow mason i made a fresh pull of 1.16.4. After that i startet the yarn update procedure with this result:

[Nest] 1083  - 01/28/2026, 8:19:41 AM     LOG [UpgradeCommand] Initialized upgrade context with:
   - currentVersion (migrating to): 1.16.4
   - fromWorkspaceVersion: 1.15.0
   - 24 commands
[Nest] 1083  - 01/28/2026, 8:19:41 AM     LOG [UpgradeCommand] Running global database migrations
[Nest] 1083  - 01/28/2026, 8:19:41 AM     LOG [UpgradeCommand] Running core datasource migrations...
[Nest] 1083  - 01/28/2026, 8:19:46 AM     LOG [UpgradeCommand] query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
#
[Nest] 1083  - 01/28/2026, 8:19:46 AM     LOG [UpgradeCommand] Running command on workspace 42f38810-88a2-4718-a368-2f905fcac95e 1/1
[Nest] 1083  - 01/28/2026, 8:19:47 AM     LOG [UpgradeCommand] Upgrading workspace 42f38810-88a2-4718-a368-2f905fcac95e from=1.15.0 to=1.16.4 1/1
[Nest] 1083  - 01/28/2026, 8:19:47 AM     LOG [UpdateTaskOnDeleteActionCommand] Running UpdateTaskOnDeleteActionCommand for workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 1083  - 01/28/2026, 8:19:47 AM     LOG [UpdateTaskOnDeleteActionCommand] Updating task relation onDelete from SET_NULL to CASCADE in workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 1083  - 01/28/2026, 8:19:47 AM    WARN [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 1083  - 01/28/2026, 8:19:47 AM   ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 1083  - 01/28/2026, 8:19:47 AM   ERROR [UpgradeCommand] undefined
[Nest] 1083  - 01/28/2026, 8:19:47 AM     LOG [UpgradeCommand] Command completed!```
warm tide
#

Hey @toxic bobcat are your log levels env var containing debug ?
LOG_LEVELS=debug,info,error,warn

#

To double check please connect to your twenty-server instance and run
echo $LOG_LEVELS

toxic bobcat
#

Yes its in my .env file. I also activated in console end checked it with echo.
I rechecked it again and now there is no log levels in the container. But it's still in my env file.

#
/app/packages/twenty-server $ echo $LOG_LEVELS
debug,info,error,warn
#

i've set it manually and started yarn upgrade again

[Nest] 5214  - 01/28/2026, 9:14:45 AM     LOG [UpgradeCommand] Initialized upgrade context with:
   - currentVersion (migrating to): 1.16.4
   - fromWorkspaceVersion: 1.15.0
   - 24 commands
[Nest] 5214  - 01/28/2026, 9:14:45 AM     LOG [UpgradeCommand] Running global database migrations
[Nest] 5214  - 01/28/2026, 9:14:45 AM     LOG [UpgradeCommand] Running core datasource migrations...
[Nest] 5214  - 01/28/2026, 9:14:50 AM     LOG [UpgradeCommand] query: SELECT * FROM current_schema()
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
#
[Nest] 5214  - 01/28/2026, 9:14:50 AM     LOG [UpgradeCommand] Running command on workspace 42f38810-88a2-4718-a368-2f905fcac95e 1/1
[Nest] 5214  - 01/28/2026, 9:14:50 AM     LOG [UpgradeCommand] Upgrading workspace 42f38810-88a2-4718-a368-2f905fcac95e from=1.15.0 to=1.16.4 1/1
[Nest] 5214  - 01/28/2026, 9:14:50 AM     LOG [UpdateTaskOnDeleteActionCommand] Running UpdateTaskOnDeleteActionCommand for workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 5214  - 01/28/2026, 9:14:50 AM     LOG [UpdateTaskOnDeleteActionCommand] Updating task relation onDelete from SET_NULL to CASCADE in workspace 42f38810-88a2-4718-a368-2f905fcac95e
[Nest] 5214  - 01/28/2026, 9:14:51 AM    WARN [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 5214  - 01/28/2026, 9:14:51 AM   ERROR [UpgradeCommand] Error in workspace 42f38810-88a2-4718-a368-2f905fcac95e: Multiple validation errors occurred while updating field
[Nest] 5214  - 01/28/2026, 9:14:51 AM   ERROR [UpgradeCommand] undefined
[Nest] 5214  - 01/28/2026, 9:14:51 AM     LOG [UpgradeCommand] Command completed!```
warm tide
#

About to switch on this when I have some freetime during the day

warm tide
#

@toxic bobcat just published a 1.16.5 patch that should contain logs
Please let me know ! Thanks for your time and help

toxic bobcat
warm tide
#

Hey @river trout you can give a try but I'm currently investigating with @sand cedar instance so do not bother

toxic bobcat
warm tide
toxic bobcat
# warm tide Yes sorry currently working on it, please wait until I came with a patch fix for...

I pulled the 1.16.5 version 😉 and got the following error:

server-1  | [Nest] 36  - 01/28/2026, 1:53:17 PM   ERROR [UpdateTaskOnDeleteActionCommand] [Step 4/4] Field id: 5fc72173-c3c9-4149-9cec-72948bece0c6, current settings: {"onDelete":"SET_NULL","relationType":"MANY_TO_ONE","joinColumnName":"taskId"}
server-1  | [Nest] 36  - 01/28/2026, 1:53:17 PM   ERROR [UpdateTaskOnDeleteActionCommand] [Step 4/4] Target settings: {"onDelete":"CASCADE","relationType":"MANY_TO_ONE","joinColumnName":"taskId"}
server-1  | [Nest] 36  - 01/28/2026, 1:53:17 PM   ERROR [UpdateTaskOnDeleteActionCommand] [Step 4/4] Error message: Multiple validation errors occurred while updating field
#
server-1  |     at FieldMetadataService.updateOneField (/app/packages/twenty-server/dist/engine/metadata-modules/field-metadata/services/field-metadata.service.js:179:19)
server-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
server-1  |     at async UpdateTaskOnDeleteActionCommand.updateTaskRelationOnDeleteAction (/app/packages/twenty-server/dist/database/commands/upgrade-version-command/1-16/1-16-update-task-on-delete-action.command.js:94:17)
server-1  |     at async UpdateTaskOnDeleteActionCommand.runOnWorkspace (/app/packages/twenty-server/dist/database/commands/upgrade-version-command/1-16/1-16-update-task-on-delete-action.command.js:45:9)
server-1  |     at async UpgradeCommand.runOnWorkspace (/app/packages/twenty-server/dist/database/commands/command-runners/upgrade.command-runner.js:182:25)
server-1  |     at async /app/packages/twenty-server/dist/database/commands/command-runners/workspaces-migration.command-runner.js:80:21
server-1  |     at async UpgradeCommand.runMigrationCommand (/app/packages/twenty-server/dist/database/commands/command-runners/workspaces-migration.command-runner.js:77:17)
server-1  |     at async UpgradeCommand.runMigrationCommand (/app/packages/twenty-server/dist/database/commands/command-runners/upgrade.command-runner.js:167:9)
server-1  |     at async UpgradeCommand.runMigrationCommand (/app/packages/twenty-server/dist/database/commands/upgrade-version-command/upgrade.command.js:71:16)
server-1  |     at async UpgradeCommand.run (/app/packages/twenty-server/dist/database/commands/command-runners/migration.command-runner.js:43:13)```
warm tide
#

I'm on it