Errors

Could not install database tables

Install wizard — migrate/install tables failed.

Could not install database tables

Install wizard shows installWizard.errors.migrateFailed when creating schema/tables fails. Related longer API copy may include “see the detail below.”

Why this happens

Bad DB credentials, insufficient privileges, unreachable Postgres, or migrate error. Network-only: Phase 70 migrate network error.

Diagnose and fix

1. Re-test DB connection; fix host/port/user/password/db name.

2. Ensure the DB user can create tables.

3. Read any detail message on the wizard; check server logs.

4. See Could not connect to the database / Troubleshooting a failed install.

Related