How do I backup the whole site?

Hi guys, I'm a bit lost currently.

We have a community built upon Production license - Version 12.

We would like to move the whole site locally to have a backup.

Is this at all possible if I install locally a Free Version?

How could we extract an SQL file of the whole database?

Which other ways of backing up everythiing you suggest?

I read about the specific-user content backup process but what we need is backing up the whole site.

Many thanks and sorry for being so newbie.

  • This is non-trivial, even for an experienced team who have worked with the platform for a few years. 

    You'd need to;

    • Backup & transfer the SQL Server database, which is absolutely possible (there are plenty of guides online) but takes some effort. You can run SQL Server on your local for free. Once the data is transferred, you'd need to update various plugins and site config to reflect the fact it's running on a different machine (and probably want to disable a bunch of things).
    • Get a Verint license to run it locally.. you'd go over the free limits quite quickly. You can ask for a non-prod license to cover this.
    • Backup & transfer the filestorage folder in its entirety.
    • Backup & transfer any custom plugin DLLs from the server bin folder

    That's it off the top of my head.