synchronization doesn't allow import new schema object from the server to the project

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
zhekaus
Posts: 16
Joined: Wed 19 Aug 2015 10:05
Contact:

synchronization doesn't allow import new schema object from the server to the project

Post by zhekaus » Wed 19 Aug 2015 13:14

According to the documentation, I should be able to import updated schema from the server to the project.
However, synchronization master give me two only options: None and Drop.
The thing is, I added these object (some functions) with another tool.

zhekaus
Posts: 16
Joined: Wed 19 Aug 2015 10:05
Contact:

Re: synchronization doesn't allow import new schema object from the server to the project

Post by zhekaus » Wed 19 Aug 2015 14:00

Ok, I’ve figured it out. I have to use Schema comparison instead of “Synchronize project …”
As to me, it isn’t obvious at all.

Moreover, as I see, I have to run synchronization twice – once for both directions. That isn’t a common and convenient practice, I must say. I used to synchronize in both direction in one run.

alexa

Re: synchronization doesn't allow import new schema object from the server to the project

Post by alexa » Wed 19 Aug 2015 14:46

Unfortunately, dbForge performs a one-way synchronization at a time.

Post Reply