Cloud DB on Local PC

Hi,

We are having an issue with out cloud Environment at the moment, it not allowing Git changes to be pushed up again, so I started looking at taking the Cloud DB as a Back pack file and importing that in to SQL Local in my PC to get access to the site data.

I can restore and see the DB in SQL Managment Studio, I can connect the test site to the DB but when I go to /umbraco and try and login I get a message saying that my username and or password are invalid.

I entered the same username and password I use to get in to Cloud and it not working on a Local Copy of the DB.

Can any one advise on a way to login.

I also tried creating a new version of the DB and using deploy (On Premis) and I keep getting data type errors.

Unhandled exception

An unhandled exception has occurred during the import.

This could result in a partially completed import operation, where data is persisted, but caches, indexes and other components that depend on the updated data are not refreshed.

Please inspect the error(s) below and the technical details to identify the root cause of the problem.

  • Umbraco.Deploy.Core.Exceptions.ProcessArtifactException: Process pass #0 failed for artifact umb://relation-type/4954ce933bf93d1e9cd221bf9f9c2abf.

If the imported artifacts are persisted (shown in the backoffice), ensure Umbraco is in a consistent state by:

  • Restarting the site to ensure any in-memory caches are cleared.

  • Rebuilding the Examine indexes: go to the Settings section, Examine Management dashboard, Indexes panel and rebuild each index (or at least ExternalIndex and InternalIndex).

  • Rebuilding the published content/media cache (NuCache): go to the Settings section, Published Status dashboard, Caches panel and rebuild the Database Cache, followed by reloading the Memory Cache.

  • Generating the strongly typed Models Builder models (if using SourceCodeAuto or SourceCodeManual): go to the Settings section, Models Builder dashboard and generate the models.

  • Clearing the Deploy cached signatures: go to the Settings section, Deploy dashboard, Deploy Operations panel and clear the signatures (you can optionally re-create them again by setting the signatures).

Thanks

Darren

Hi Darren,

On the login side, I have the same setup. For me the login works by using the ‘Sign in with Umbraco ID’ button rather than using the login form fields.

HTH,
Matt

How do I get the login to work with my cloud ID, is there a setting I need to add to the config file to force online login???

It should happen automatically when you clone the repo and use a restored copy of one of the cloud databases.

I not done that as we had an Issue this morning when we push some changes to Cloud, it said it completed but error half way through but GIT saying the changes are in and they are not. So was looking at setting a local copy up incase we decided to move if off cloud back to on premis. (So far it just a test but I am still wating on Umbraco Support to get back to me and help with the Push Issue, we can’t at the moment push any other changes.)

We had the same GIT Error before and it took umbraco ages to fix it. Thought it would stay fix, but I guess I am wrong. That why I am looking at doing this test just case my Boss asks me to take it off cloud nad back on to our own server.

Sorry I couldn’t help, sounds like a problem for Cloud Support