Database Schema initialization¶
Before you start¶
Goal
- Prepare the database for the hub.
Prerequisites
- Complete the database configuration (run
hubctl verify db
to verify).
Perform database schema initialization¶
In order for Altair SLC Hub to store data in the database, relevant database tables need to be created.
To do this, run the following hubctl
command:
hubctl dbmigrate
The hubctl
command will give feedback on the process. On successful completion it will print the message All <n> steps completed successfully
.
Verification¶
Command completes successfully
- The command completes successfully.