Docker Deployment: Error when with postgresql 15.7 "tabDefaultValue missing in the restore"

Hey team,

I did follow the docker single server deployment guide but i change the DB to postgresql 15.7 and i faced the error below:

{"changed": true, "rc": 1, "stderr": "", "stderr_lines": [], "stdout": "Table 'tabDefaultValue' missing in the restored site. This may be due to incorrect permissions or the result of a restore from a bad backup file. Database not installed correctly.", "stdout_lines": ["Table 'tabDefaultValue' missing in the restored site. This may be due to incorrect permissions or the result of a restore from a bad backup file. Database not installed correctly."]

Is there a solution for this or a way to debug it ?