Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carl Sargunar 69 posts 91 karma points MVP 4x
    Oct 16, 2022 @ 23:05
    Carl Sargunar
    0

    Export Bacpac and import into SQL Server

    Hi

    I'm trying to export a bacpac file, which I have exported from Umbraco Cloud, but when I try to import it I get the following errors. This is a bacpac I have exported from a v8 Umbraco Cloud site.

    To create the bacpac file I followed instructions from : https://our.umbraco.com/documentation/Umbraco-Cloud/Databases/Backups/

    enter image description here

    The reason I'm doing this is because I'm getting an error when trying to run a cloud site locally, but that's a separate issue - I should be able to export a bacpac file and import it.

  • Carl Sargunar 69 posts 91 karma points MVP 4x
    Oct 17, 2022 @ 12:01
    Carl Sargunar
    0

    Thanks to Sebastiaan Janssen for the pointer, which confirmed that before you can restore a bacpack file you need to run the following on your server

    EXEC sp_configure 'contained', 1; RECONFIGURE;

    After running the above, I was able to restore the backup

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies