Hi Tony, I've tried to reproduce your problem, but failed. Both (reverse engineering and migrate schema) work great for me.
I've used Postgres docker image 9.3.10 [1] with 9.3-1103.jdbc3 driver. I'll try to use your db version on my Mac and will get back to you soon. [1] https://hub.docker.com/_/postgres/ 2016-01-05 16:02 GMT+03:00 Tony <[email protected]>: > Here's my scenario > > I added a new column of type integer in the modeler. I checked the schema > in Postgres the column does not exist in the table. I checked to be sure > the data source in the modeler points to the right database in Postgres. > > I choose "migrate schema" and get the connect to database modal. I select > the correct datasource. Press the Continue button. Select the public > schema. Press Continue button. Next window is "Migrate DB Schema: Options". > Nothing is displayed in the select operations pane. > > The console log shows INFO: Schema loading... > > This happens consistently for me. > > I also can't reverse engineer the database. That makes me think it's a > schema access problem, however I can log in to the DB from the command line > using psql and the user/password and do a \d to describe the schema and a > table. > > I am confused.... > > > > Tony Giaccone > > > On Dec 24, 2015, at 10:55 AM, Tony <[email protected]> wrote: > > > > Yeah, I did that.. It's odd. I'll do a bit more investigating. > > > > Tony Giaccone > > > >> On Dec 24, 2015, at 1:45 AM, Andrus Adamchik <[email protected]> > wrote: > >> > >> Seems to work for me. The right schema needs to be selected though > (e.g. "public"). > >> > >> Andrus > >> > >>> On Dec 21, 2015, at 5:46 PM, Giaccone, Anthony < > [email protected]> wrote: > >>> > >>> > >>> > >>> I've tried a couple times now to use the migrate schema tool on the > modeler in 4.0.M3-snapshot. > >>> > >>> I'm using it with Mac OS X posgres.app version 9.3.5.1 > >>> > >>> I never get any SQL when I try to migrate. Which is odd, because I'm > sure I've seen it work before. > >>> > >>> > >>> Is there a magic trick I don't know about? > >>> > >>> > >>> > >>> Tony > >> >
