New Install With Remote DB /Backend URL Issues

Greetings. I just installed a fresh install of Umbraco on a Windows Server 2022 machine. I want to use a remote database server (SQL Server 2022 Enterprise) so that down the road I can load balance. I installed by the documentation, dotnet new install Umbraco.Templates, dotnet new umbraco –name MyProject. Regardless of what I do when I run install it says an SQL Lite local db has already been configured and will not let me use the remote db. I have verified connections between the two servers and it connects. What am I doing wrong? Along with that I am trying to change the backend URL to something besides umbraco. Below is my appsettings

– UPDATE –

I really don’t know what I did differently, but I was finally able to connect to my remote db server. However, I still am unable to change my backend url from /umbraco.

Hi @leemchildress,

Modern versions of Umbraco don’t support changing the backoffice URL.

Have a look at this comment on GitHub, and if you like I’ve outlined the beginning of a workaround that might work for you.

Thank you for the information.