Skip to content

Commit 2439b84

Browse files
authored
note markdown
1 parent 907df3e commit 2439b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/single-server/application-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ During manual database deployment, follow these steps to minimize downtime or re
7070
- Deploy your application changes and make sure the application is now using the new database that has the latest updates.
7171
- Keep the old production database so that you can roll back the changes. You can then evaluate to either delete the old production database or export it on Azure Storage if needed.
7272

73-
> [!NOTE]
73+
> [!NOTE]
7474
> If the application is like an e-commerce app and you can't put it in read-only state, deploy the changes directly on the production database after making a backup. Theses change should occur during off-peak hours with low traffic to the app to minimize the impact, because some users might experience failed requests. Make sure your application code also handles any failed requests.
7575
7676
## Database schema and queries

0 commit comments

Comments
 (0)