Closed adriens closed 8 years ago
if i put the jdbc url iw working properly, with the single following command as described in the doc :
schemacrawler -g
hence, ths only issue is that server, host, port, database are not taken in account from the property file.
Try putting -server=postgresql
on the command-line
When server
property added on the command line it works properly.
The -server
property is needed on the command-line, since it attaches an internal config file to the specified config file.
arghhhh ;-( Ok, got it. Thanks.
Goal
Be able to generate a graph (or lint) from a single and short schemacrawler command line : ideally, just running :
schemacrawler
would use the conf file to generate a graph or lint
Description
Following the command line doc :
schemacrawler -g=schemacrawler.config.properties
or
schemacrawler -g
should do the trick with schemacrawler.config.properties containing :
Unfortunately, i get this message :
with more details, i get :
it really seems to expect a jdbc url whereas all db connexion properties have been provided.
Any idea on what i'm doig wrong ?
Thank you in advance for your help.
Best Regards
PS :