Skip to content

Commit 5923b48

Browse files
dougjqswalkinshawretlehs
authored
Update deployments.md to clarify the statement about zero-downtime deploys. (#524)
* Update deployments.md to clarify the statement about zero-downtime deployment. Support developers working with managers who may read the docs without realizing that database migrations are separate and may require downtime. * Update trellis/deployments.md Co-authored-by: Scott Walkinshaw <[email protected]> * Update deployments.md --------- Co-authored-by: Scott Walkinshaw <[email protected]> Co-authored-by: Ben Word <[email protected]>
1 parent 6419ea9 commit 5923b48

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

trellis/deployments.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
date_modified: 2024-06-04 16:30
2+
date_modified: 2025-02-21 17:30
33
date_published: 2015-09-07 20:44
44
description: Trellis offers zero-downtime WordPress deployment out of the box with little configuration needed. Hooks let you customize what happens at each step of the atomic deploy process.
55
title: Deployments
66
authors:
77
- ben
88
- dalepgrant
9+
- dougjq
910
- Log1x
1011
- MWDelaney
1112
- swalkinshaw
@@ -51,6 +52,12 @@ trellis deploy <environment>
5152
It's normal and expected to see the WordPress install screen the first time you deploy. It's up to you to either import an existing database or install a fresh site.
5253
:::
5354

55+
::: warning Note
56+
**About zero-downtime deploys**.
57+
58+
Database migrations to a new schema are not included as part of a Trellis deploy. This means that if you need to migrate your database (for example, to account for new plugins), you may need to expect downtime depending on how you manage your database. Modify your deploy process to account for database migrations as with any other framework.
59+
:::
60+
5461
## Rollbacks
5562

5663
Run the following from any directory within your project:

0 commit comments

Comments
 (0)