This text has been translated from Japanese, so I’m sorry if any parts are unclear.
I am creating an internal FAQ bot using the paid version of Copilot Studio.
Could you please explain how to back up and restore a solution?
・In Power Apps, create a new solution via “New solution.”
・Add the relevant agent to that solution.
・Export the solution and download the generated ZIP file.
With the above steps, I was able to save the backup file.
For restoration:
・In “Import solution,” select and import the backup file that was downloaded.
・Open the target agent within the imported solution.
・Publish the opened agent.
I was told that following these steps would overwrite the current content with the state from the time of the backup, effectively restoring it. However, this did not work as expected.
After downloading the backup file, I made the following changes:
・Modified the content under “Instructions”
・Created a new custom topic
・Added documents to the knowledge base
However, when I attempted to restore the solution, only the changes made to “Instructions” were reverted to the state at the time of the backup. The newly created custom topic and the documents added to the knowledge base did not disappear.
I would like to understand why only the “Instructions” section was restored, while the custom topics and knowledge documents were not. Additionally, I would appreciate guidance on how to correctly restore these elements as well.