Ganesh Gadakar
07/18/2024, 9:54 AMkapa.ai
07/18/2024, 9:55 AMGanesh Gadakar
07/18/2024, 10:33 AMkapa.ai
07/18/2024, 10:33 AMkapa.ai
07/18/2024, 10:33 AMdocker-compose.yaml
file is located. If you followed the standard installation process, this should be the airbyte
directory. 2. Run the following commands to bring down the current Docker Compose setup and then bring it back up: bash VERSION=dev docker compose down -v VERSION=dev docker compose up
This will restart all the services defined in your Docker Compose file, including the Airbyte webserver. Please note that you should replace dev
with the version of Airbyte you're using if you're not using the development version. This information is based on the [Airbyte documentation](https://docs.airbyte.com/contributing-to-airbyte/resources/developing-locally#connector-specification-caching) on developing locally. If you're facing any issues, please let me know!Ganesh Gadakar
07/18/2024, 10:42 AMGanesh Gadakar
07/18/2024, 10:43 AMkapa.ai
07/18/2024, 10:43 AMkapa.ai
07/18/2024, 10:43 AM