Skip to content

Automatic database creation

EdwinVW edited this page Oct 8, 2022 · 2 revisions

The first time the services are started, the necessary databases are automatically created. You could check this by connecting to the SQL Server using SSMS and looking at the different databases.

Use localhost as host and port 1434 (30000 when running in Kubernetes). Separate the server and port with a comma in the connection string (localhost,1434).

You should see something like this:

Upon the registration of the first Maintenance Job, the event-store database WorkshopManagementEventStore will be created automatically.