Create a new Database
Databases can be created from the StateMesh Console or using the CLI.
Using the StateMesh Console
To create a new database, follow these steps:
- Log in to the StateMesh Console.
- Click on the
Create...
link in the sidebar underDatabases
- Provide a
Name
and an optional description for your database - Choose the project
- Hit
Continue
button - Your database resource is now created and waits to be published.

- Configure the number of replicas, volume for data storage and resource requirements (advanced settings).
- Choose if you want to expose your database publicly.
- Deploy your configured database by clicking the
Publish
button. - Follow the next section to see how you can access your database.
Using the CLI
Install the latest version of the StateMesh CLI and run the following command:
smcli database create
The CLI will prompt you to provide the required information for creating your database.