Synchronizing database on server and the other inside docker container

Hi TG Team,

I have one tigergraph database installed on server and the other one inside docker container. Say both initially contain the same schema and data. If I modified the graph in docker, how can I sync the change back to tigergraph on server ?

Thanks

Manually: I would suggest using GraphStudio to export and then to import that file into the other.

Auto: May be a little harder because Docker; by design creates security by isolation. So you will have to script the back up to a shared folder between the Docker Container and the other TG System.

Hopefully this helps, if not let me know more about your solution.

1 Like