Install the schema only when the database is not set up
--idempotent makes the install skip silently when the database already contains the schema, and --yes answers the confirmation prompts automatically. This combination is exactly what the official Docker entrypoint runs so that container restarts never re-create an existing database.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.