Move the Content Store to a new local location for a single server setup

  1. Stop the Application Workspace Server service.
  2. Move the content of C:\ProgramData\Liquit Workspace\Server\Content to the new location.
  3. Ensure the Application Workspace Server service has read and write permissions for the new location.
  4. Modify the Server.json file located in C:\Program Files (x86)\Liquit Workspace\Server
  5. By default, the Content object in the Server.json file contains the path key with the value Content. Replace this value with a full path to the new location.
  6. Start the Application Workspace Server service.
Backslashes

All backslashes need to be escaped when entering a full path. For example, if the content needs to be placed in D:\Contents, the path would be D:\\\\Contents within the JSON file.