All Questions
Tagged with schemaspy postgresql
8 questions
-2
votes
1
answer
136
views
Trying to generate Entity Relationship Diagram from an Aurora Postgres 15.4 on AWS with SchemaSpy 6.2.4
My database is Aurora Postgres 15.4 -- connection works postgresql-42.7.5.jar exists
schemaspy-6.2.4 is installed -- schemaspy-6.2.4.jar
Graphviz-12.2.1-win64 is installed -- dot - graphviz version 12....
0
votes
0
answers
289
views
Schemaspy with PostgreSQL 8.0.2
I am trying to use SchemaSpy with PostgreSQL 8.0.2, but it is throwing an error. I'm seeking guidance on what steps to take to resolve this issue since the documentation is limited. The error message ...
1
vote
1
answer
723
views
SchemaSpy - Connection Failure
I want to visualise my data base and tried using SchemaSpy, but I can't connect to the data base. It's a mysql data base, running on my computer, accessible under localhost and I called SchemaSpy with ...
10
votes
2
answers
3k
views
SchemaSpy PostgreSQL - WARN - Connection Failure
I try to connect to my PostgresSQL server using SchemaSpy. I installed Java using oracle-java8-installer from ppa:webupd8team/java.
(My PostgreSQL server works on Docker container so I forward port ...
3
votes
2
answers
2k
views
SchemaSpy PostgreSQL connection issue
I use the following Schemaspy to connect to one postgreSQL DB successfully. But when I connect to another DB, it reports error
"failed to connect to database URL [jdbc....]"
java -jar schemaSpy.jar -...
1
vote
2
answers
954
views
Reverse enginerring PostgreSQL database with SSL connection in SchemaSpy
When running SchemaSpy get error:
Connection failed because of the following error: "no pg_hba.conf entry for host "xxx.xxx.xxx.xxx", user "xxxx", database "xxx", SSL off"
The error occurs because ...
2
votes
2
answers
4k
views
Generate ER diagram from postgresql database [SchemaSpy]
Anyone use this tool? I wanted to generate a ER diagram from my database. I run SchemaSpy like this:
java -jar schemaSpy_5.0.0.jar -t pgsql -db mydb -host localhost -dp /home/katie/downloads/...
16
votes
3
answers
10k
views
Schema Spy unable to find postgresql driver
I want to use Schema Spy to generate schema diagrams,
I have specifed the following command
java -jar schemaSpy_5.0.0.jar -t pgsql -host 10.100.71.21[:5432] -db mydb -s public -u username -p ...