Moving Data from one bar to another via export error #381
-
I'm doing some clean up on my old docker instances and have created an "export" in my old Bar Assistant Bar. I'd like to import this zip to my new Bar Assistant docker but there isn't any import feature in the UI and the instructions to import via CLI always give me a "no configuration file provided: not found". Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I give noob friendly instructions on how to import my bar which I share with anyone who wants it. I bet you can the information there to figure it out for your own bar. https://github.com/zhdenny/bar_assistant_database Also, be sure you are using the exact same versions to Export/Import. A Bar exported from one App Version is not compatible for import into a different App version. |
Beta Was this translation helpful? Give feedback.
-
Step 2
Take a look at my docker_compose file in my Github Repo here. |
Beta Was this translation helpful? Give feedback.
-
If you are using named volumes the easiest way to get the zip file into container is via docker copy command. And if you are using bind mounts you can put the file into locally mapped location as described by zhdenny above. |
Beta Was this translation helpful? Give feedback.
I give noob friendly instructions on how to import my bar which I share with anyone who wants it. I bet you can the information there to figure it out for your own bar.
https://github.com/zhdenny/bar_assistant_database
Also, be sure you are using the exact same versions to Export/Import. A Bar exported from one App Version is not compatible for import into a different App version.