- Stop the Application Workspace Server service.
- Move the content of
C:\ProgramData\Liquit Workspace\Server\Contentto the new location. - Ensure the Application Workspace Server service has read and write permissions for the new location.
- Modify the
Server.jsonfile located inC:\Program Files (x86)\Liquit Workspace\Server - By default, the
Contentobject in theServer.jsonfile contains thepathkey with the valueContent. Replace this value with a full path to the new location. - 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.