> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/database-devops/3.0/use-db-devops/deployment-pipeline-configuration/create-a-pipeline.md).

# Create a Pipeline in Database DevOps

1. In Harness, go to the **Database DevOps** module and select your **Project**.
2. Ensure that the database schema you want to deploy is already set up. You can find the steps about how to create your database schema in the [Deploying Database Schemas documentation](/database-devops/use-db-devops/deployment-pipeline-configuration/deploying-database-schema.md).
3. Select **Pipelines** in the left nav bar, then **Create a Pipeline**.
4. In the pipeline configuration, add the stage, or multiple stages, that align with the actions you want to perform. The options are:
   1. **Add a Stage for Database Deployment**: a stage that will handle the deployment of your database schema changes.
   2. **Add a Stage for Application Deployment**: This stage will manage the deployment of your application code.
5. Configure the Database Deployment stage to your liking if it is a step you have added.
6. Configure the Application Deployment stage to your liking if it is a step you have added.
7. Continue following the steps, set up the rollback mechanisms and validate the pipeline configuration.
8. Once the pipeline is configured to your liking, select **Save pipeline**.

{% hint style="info" %}
Go to [Add a Liquibase command step](/database-devops/3.0/use-db-devops/deployment-pipeline-configuration/step-types/liquibase-command-step/add-liquibase-command-step.md) to add a Liquibase command step to your pipeline.
{% endhint %}
