Skip to content

Commit 227bc97

Browse files
committed
Update build-an-application.md
Switching points as per advice, thank you @caggles
1 parent baf2b3f commit 227bc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/build-deploy-and-maintain-apps/build-an-application.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ Most applications need some data to persist across different sessions or connect
105105

106106
### Database storage and software
107107

108-
* Run databases within your OpenShift namespace using `netapp-block-standard` persistent volumes
109-
110108
* Always use [persistent volumes](../platform-architecture-reference/platform-storage.md) for database storage to ensure data durability and availability
111109

110+
* Run databases within your OpenShift namespace using `netapp-block-standard` persistent volumes
111+
112112
* Ensure databases meet [high-availability standards](../database-and-api-management/high-availability-database-clusters.md)
113113

114114
* Choose the [right database software](../database-and-api-management/opensource-database-technologies.md) based on the needs of your application

0 commit comments

Comments
 (0)