Why Is QFieldCloud Still Using Docker Version 13?

Hello QField team,

I’ve noticed that the QFieldCloud Docker setup is still using version 13, which is quite old. Is there a specific reason why QFieldCloud is still based on this older version of Docker?
Also, are there any plans to update it to a newer version?
Thanks in advance.

Regards,
M. Mahmoodi


Imported from GitHub discussion by @mahmoodi-source on 2025-05-30T12:51:52Z

What do you refer to with “version 13”? Please point to specific code via a GitHub link.


Imported from GitHub comment by @suricactus on 2025-05-30T18:06:26Z

Thank you for your message, and I apologize for the misunderstanding.
By “version 13,” I was referring to the PostgreSQL version 13 currently in use.


Imported from GitHub comment by @mahmoodi-source on 2025-06-05T06:23:40Z

There is still no recommendation to use pg 13 anywhere in the codebase. The testing stack for standalone usage is pointing to pg 13 for historical reasons, but you should not use that stack anyways. The pg for qfc can be any version that is 13 or newer. Please consult the reader.md of QFieldCloud repo.


Imported from GitHub comment by @suricactus on 2025-06-05T11:04:08Z