EJBCA-CE Database Tables and Indexes #550
-
Hi Folks! I on the step Create the database using PostgreSQL. My setup requires a remote connection to the database. I have the database and user created on the PostgreSQL host and remote authentication for the user and access provisioned and tested successfully. Now, on step 5, under the PostgreSQL section—Create EJBCA tables and indexes, the doc assumes the
I am hoping I could download the Thanks in advance for your time and assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure why that is there in the documentation for postgres specifically. For the other databases it doesn't say you have to create tables manually. I'll remove those. To see them though, they are right here in the code: https://github.com/Keyfactor/ejbca-ce/tree/main/doc/sql-scripts |
Beta Was this translation helpful? Give feedback.
I'm not sure why that is there in the documentation for postgres specifically. For the other databases it doesn't say you have to create tables manually. I'll remove those.
Tables are created automatically when EJBCA is deployed the first time (requires create table privileges obviously).
There is a separate section for creating indexes anyhow, so just ignore those two SQL files in the description.
To see them though, they are right here in the code: https://github.com/Keyfactor/ejbca-ce/tree/main/doc/sql-scripts