Deployment ¶
The infDB platform is designed for easy deployment using provided bash scripts that abstract complex Docker Compose commands.
Prerequisite
Ensure that Docker and Docker Compose are installed and running on your system.
Management Commands¶
Start infDB¶
To start the configured infDB services:
Persistence
infDB services will continue running in the background until manually stopped, even if the terminal is closed.
Data Import¶
The infdb-import service usually runs automatically on startup if configured. To trigger a manual import run without restarting the entire stack:
Stop infDB¶
To stop all running services without deleting data:
Remove infDB¶
To stop services and delete all stored data (reset):
PROFILE_NAME can be one of the following, depending on your setup:db(database)opendata(downloaded import data)*(both database and import data)
Data Loss
This command will permanently remove all data stored in the database volumes.