You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to successfully import/export (Not a huge deal as I can just backup couchdb instead, but having manual backups might be nice once I get thousands of items...). Currently YAML export does not work, JSON export does work.
It looks like the function/method for the yaml.safeDump should now just be yaml.dump. If you edit your:
ImportExport.vue
Neat! Thanks for responding! I'll keep an eye out for it. While I'm getting use to couchdb and your web app, I just don't want to add my hundreds of items and locations and then break couchdb. So I'm wanting to make sure I have a backup.
I have not been able to successfully import/export (Not a huge deal as I can just backup couchdb instead, but having manual backups might be nice once I get thousands of items...). Currently YAML export does not work, JSON export does work.
It looks like the function/method for the yaml.safeDump should now just be yaml.dump. If you edit your:
ImportExport.vue
And update yaml.safeDump to simply yaml.dump
However, imports still arent working, but now yaml export is working, and now allows you to download an error file.
I added this change here:
#37
The text was updated successfully, but these errors were encountered: