MarginaliaSearch/run/install
Viktor Lofgren 2ad0bfda1e (*) Fix boot orchestration for the services
This corrects an annoying bug that had the system crash and burn on first start-up due to a race condition in service initialization, where the services were attempting to access the database before it was properly migrated.

A fix was in principle already in place, but it was running too late and did not prevent attempts to access the as-yet uninitialized database.  Move the first boot check into the MainClass instead of the Service constructor.

The change also adds more appropriate docker dependencies to the services to fix rare errors resolving the hostname of the database.
2024-05-01 12:39:48 +02:00
..
db.properties.template (install) Add new option to install locally outside of docker 2024-04-30 18:28:21 +02:00
docker-compose-barebones-1.yml.template (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
docker-compose-barebones-2.yml.template (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
docker-compose-marginalia.yml.template (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
docker-compose-scaffold.yml.template (install) Add new option to install locally outside of docker 2024-04-30 18:28:21 +02:00
mariadb.env.template (*) install script for deploying Marginalia outside the codebase 2024-01-11 12:40:03 +01:00