LogoLogo
  • About Acorn
    • What is Acorn?
    • The Ontology of Acorn
    • Who is Acorn for
    • Best Practices
    • Updating the App
  • Projects
    • Project Members
    • Projects Dashboard
    • Create a Project
    • Join a Project
    • Import a Project
    • Invite Members to a Project
    • Export a Project
    • Delete or Leave a Project
  • Project Views
    • Map View
      • Creating Outcomes
      • Removing Outcomes
      • Outcome Connections
      • Canvas Navigation in Map View
      • Tree Navigation by Keyboard
      • Map Viewing Options
    • Table View
    • High Priority View
    • Expanded View
  • Outcomes
    • Outcome Scope
    • Outcome Statement
    • Achievement Status
    • Progress Indicator
    • ID Number
    • Assignees
    • Tags
    • GitHub Link
    • Time
    • Description
    • High Priority Outcomes
    • Entry Point Outcomes
    • Comments
    • Tasklist
    • Children List
    • Ancestors Breadcrumbs
  • 🐛Troubleshooting
    • Clearing Application Data
  • Data in Acorn
    • Your Project Data
Powered by GitBook

© 2020-2024 Harris-Braun Enterprises, LLC, operating as Lightningrod Labs. Licensed under the Cryptographic Autonomy License v1.

On this page
  1. Troubleshooting

Clearing Application Data

How to reset your application data, and perform a 'factory reset'. Warning: this is a destructive action.

With Acorn, all your data lives on your device.

There are a couple of reasons you may wish to delete your application data:

  1. You want to delete the identity and data associated with it

  2. You don't have any important data, and you want to recover the application from a faulty state that it is in

If you want to 'factory reset' and delete all of your application data, notably this includes the private key which represents your identity among your peers, then you can easily do so.

The instructions differ slightly depending on your operating system.

Note: if you are an advanced user and are running multiple Acorn versions side-by-side, DO NOT follow these instructions as they will delete data for ALL Acorn versions.

Depending on your operating system, all of your Acorn application data lives in one of these folders:

  • %APPDATA%\acorn on Windows

  • $XDG_CONFIG_HOME/acorn or ~/.config/acorn on Linux

  • ~/Library/Application Support/acorn on macOS

If you are on MacOS, it may be difficult to navigate to this folder from the Finder. If you are not comfortable with the command line, you can use the Finder application and then navigate to the application menu "Go -> Go to Folder..." and then fill in "~/Library/Application Support/acorn" and press Enter.

To delete all your data, including your identity (keys): delete the application data folder from your system, by at least moving it to the trash.

Having deleted your data, the next time you start the application you will be prompted to fill in details about your profile once again, with a fresh start.

Last updated 2 years ago

🐛