#V13 to V14 upgrade within Docker container

1 messages · Page 1 of 1 (latest)

naive spruce
novel swan
#

The error in the link points to "This server only accepts HTTPS requests." - is that what you mean?

I've not seen that before myself. Are you using OpenIdDict in the container?

#

when you upgrade, are up updrading the code outside the container, and then building a new container image?

naive spruce
#

It's the first time I've been using Docker to run Umbraco so I ran through the workshop for V13. All working fine but wanted to see how the upgrade would work. Updated to V14 in the solution and the reference in umbWeb and included unattended install in the app settings and ran the docker compose. Website was running but it's once I try and head to /umbraco (which I think then tries to run the install) that I get that error message.

I'm guessing it's a HTTPS issue?

Sorry if I'm totally missing something quite a few new things in here for me

honest lotus
#

So in short, in appsettings, set Umbraco:CMS:Global:UseHttps to false.

novel swan
#

Ah - nice one Seb.

#

How on earth do you keep a track of all this 🙂

naive spruce
#

Ah ace! Thanks both

honest lotus