kristianfreeman / roam-backup

Automated Roam Research backups using GitHub Actions and AWS S3
MIT License
81 stars 53 forks source link

Backup not completing in S3 Bucket #8

Open jonnydubowsky opened 4 years ago

jonnydubowsky commented 4 years ago

Hi- Thanks for creating this awesome tool! I've been working to get it setup and running into issues. My intention is to ultimately get this working as part of a few demonstrations I am giving on knowledge graph mapping. As such, I am planning on making the backups public, and you can check out the forked version I'm working from here: https://github.com/totemprotocol/roam-backup/actions

Please let me know any other details I can provide to troubleshoot this.

Thanks!

kristianfreeman commented 4 years ago

hey @jonnydubowsky!

it looks like there is an error here - https://github.com/totemprotocol/roam-backup/runs/496115224?check_suite_focus=true#step:5:17 - it didn't make the build fail, which isn't great. i'll open a new issue for that as i think the error catching might be causing that.

as for why the selector isn't working: is it possible that you have multiple databases? that work is being tracked at #6, see this comment for some context.

if you aren't using multiple databases, this may just be a new error! let me know and we can continue to debug accordingly

jonnydubowsky commented 4 years ago

Thanks for the feedback. I do have multiple databases! I'll review #6 and the comment you provided and let you know how it goes.