Skip to content

Commit

Permalink
Update and rename on-deploy.md to on-deploying.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlafleur authored Jun 10, 2021
1 parent b04c080 commit 2b5bafb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: Common issues and their workarounds related when trying launch Airbyte
description: Common issues and their workarounds when trying to deploy Airbyte
---

# On deployment

## Stuck in onboarding, can’t skip or do anything
To full reset Airbyte, you need to also delete the docker volumes associated with Airbyte. This is where data is stored.
To fully reset Airbyte, you also need to delete the docker volumes associated with Airbyte. This is where data is stored.
Assuming that you are running Airbyte by running `docker-compose up`, then what you need to do is:
* Turn off Airbyte completely: `docker-compose down -v`
* Turn Airbyte back on: `docker-compose up`
Expand Down

0 comments on commit 2b5bafb

Please sign in to comment.