Multi-Instance Tools

Install multiple instances of the same tool using the --name flag for separate configurations.

Multi-Instance Tools

Install multiple instances of the same tool using the --name flag:

# Two PostgreSQL databases
lift install postgresql --name pg-main --var WEB_PORT=5432
lift install postgresql --name pg-analytics --var WEB_PORT=5433

# Uninstall a specific instance
lift uninstall postgresql --name pg-analytics