Dear,
Trying an install of central on fresh ubuntu server 22.04, I had an error with docker compose build :
failed to solve: failed to compute cache key: failed to calculate checksum of ref moby::vwnvxfedg8ihy6c3zhxgmon6m: "/files/allow-postgres14-upgrade": not found
Hello @PNPyrenees,
You are welcome to the forum! This is a great community ready to support you on anything anytime both technical and user experience.
Is it entirely fresh? The files/allow-postgres14-upgrade is supposed to be required just for an upgrade but it looks like it might be needed for an install too. For now you can touch /files/allow-postgres14-upgrade and that should let you proceed. We'll look into improving that.
It's ok -- you won't need the postgres upgrade for a fresh install and you can revert changes to postgres-upgrade.dockerfile -- but touching the file lets you not modify any of what is considered Central application files.
FYI, this command is still required when upgrading from older versions of Central. It would be nice if it was stated in the upgrade guide to help somebody out there.
Cheers!