# Changeling file not found

**URL:** https://forum.liquibase.org/t/changeling-file-not-found/7978
**Category:** Liquibase Development
**Created:** [March 24, 2023, 6:34pm UTC](https://forum.liquibase.org/t/changeling-file-not-found/7978 "2023-03-24T18:34:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![praphulla](https://avatars.discourse-cdn.com/v4/letter/p/e9bcb4/32.png) [@praphulla](https://forum.liquibase.org/u/praphulla)
#### Post date: [March 24, 2023, 6:34pm UTC](https://forum.liquibase.org/t/changeling-file-not-found/7978/1 "2023-03-24T18:34:36Z")

</div>

I have the changelogfile.sql in the same GitHub repo as the circle config file. I keep getting this error “Caused by: java.io.FileNotFoundException: The file /changelog.sql was not found in the configured search path” .

I am using this command “liquibase --changeLogFile=/changelog.sql --url=jdbc:postgresql://xxxxxxxxxxx.rds.amazonaws.com:5432/ --username=xxxxxx --password=xxxxxxxxx --log-level=debug --searchPath=[https://github.com/xxxxxxxx/liquidbase/blob/main/dbchanges](https://github.com/xxxxxxxx/liquidbase/blob/main/dbchanges) update”

I need some help figuring out the path
