Migrate configurations

You migrate Sitefinity CMS configurations from the database to the file system, using an ASPX page, which helps to extract the configurations. The code runs only on applications, which are configured to store configurations in the database: <sitefinityConfig storageMode="Database" />

IMPORTANT: Before executing the code, you must backup of project files and database.

Procedure

  1. Download the page from Sitefinity CMS GitHub repository
  2. Host ConfigMigration.aspx page in your application under ~/Sitefinity and integrate it in your project.
  3. Navigate to ~/Sitefinity/ConfigMigration.aspx page.
    You should be logged as administrator.
  4. Click Migrate.
    The system creates an automatic back up of your current configurations, which are stored in ~\App_Data\Sitefinity\Configuration folder, and stores it in the same folder with format _config_migration_backup + Time stamp
    All existing Sitefinity CMS configurations are extracted and saved in ~\App_Data\Sitefinity\Configuration folder.
  5. Update the web.config file by replacing 
    <sitefinityConfig storageMode="Database" />
    with
    <sitefinityConfig storageMode="FileSystem" />
  6. Recycle the application pool of the website.
  7. Validate that your site is working correctly.
    After confirming that the application functions as expected, perform the following:
    1. In the database, delete all rows from table [sf_xml_config_items]
    2. Clean up the backups created in ~\App_Data\Sitefinity\Configuration folder.

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?