Hello, I have installed mirth with a DB postgres, I have followed every step:
1. Change mirth.properties to use postgres (database=postgres)
2. Go to postgres-SqlMapConfig.properties and set the proper database URL and credentials
(database=postgres
driver=org.postgresql.Driver
url=jdbc
ostgresql://localhost:5432/mirthdb
username=postgres
password=postgres)
3. Create a Mirth db on your postgres server, I have named the db "mirthdb".
4. Run postgres-database.sql (in main mirth directory) on your db. You might need to remove the "Drop table" statements.
But when I start mirth and insert user/password as admin/admin then exist a problem of authenticating. I think that the problem is that the connections with postgres fault.
How can I use the GUI tool that is included with Mirth?
Thk.
1. Change mirth.properties to use postgres (database=postgres)
2. Go to postgres-SqlMapConfig.properties and set the proper database URL and credentials
(database=postgres
driver=org.postgresql.Driver
url=jdbc

username=postgres
password=postgres)
3. Create a Mirth db on your postgres server, I have named the db "mirthdb".
4. Run postgres-database.sql (in main mirth directory) on your db. You might need to remove the "Drop table" statements.
But when I start mirth and insert user/password as admin/admin then exist a problem of authenticating. I think that the problem is that the connections with postgres fault.
How can I use the GUI tool that is included with Mirth?
Thk.
Comment