Umbraco v8 upgrade version-specific, from v8.10.3 to v8.18.14
I can't upgrade past v8.10.3.
whenever i try, for example, to install v8.11.3, i do it through Package Manager Console. I followed the same process when i updated from v8.9.1 to v8.10.3.
After hitting Build, i run it and the browser shows this page
I entered the credentials once, but it created duplicate tables on my DB with my username prepended.
This is supposed to be for new projects. How am i getting this? my connectionString is well configured and i also checked the target version.
I can't find anyone with this issue online. Does anyone know what this is, or had this issue before?
Thanks!
This normally occurs if there is a misconfiguration of your database user security settings. Check that your db user is set as the dbowner on your database.
Umbraco v8 upgrade version-specific, from v8.10.3 to v8.18.14
I can't upgrade past v8.10.3. whenever i try, for example, to install v8.11.3, i do it through Package Manager Console. I followed the same process when i updated from v8.9.1 to v8.10.3.
After hitting Build, i run it and the browser shows this page
I entered the credentials once, but it created duplicate tables on my DB with my username prepended. This is supposed to be for new projects. How am i getting this? my connectionString is well configured and i also checked the target version.
I can't find anyone with this issue online. Does anyone know what this is, or had this issue before? Thanks!
This normally occurs if there is a misconfiguration of your database user security settings. Check that your db user is set as the dbowner on your database.
Well, i asked the IT department to check if my permissions had changed. And they did! So i got dbowner again and the upgrade is going smoothly.
Thanks Huw Reddick!
is working on a reply...