aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs/runbooks/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/runbooks/index.md')
-rw-r--r--docs/docs/runbooks/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/docs/runbooks/index.md b/docs/docs/runbooks/index.md
new file mode 100644
index 0000000..d4ce410
--- /dev/null
+++ b/docs/docs/runbooks/index.md
@@ -0,0 +1,20 @@
+---
+description: A collection of runbooks for common maintenances tasks for Python Discord services.
+---
+# Runbooks
+
+Here you will find a collection of runbooks for common maintenance tasks for
+Python Discord services.
+
+<div class="grid cards" markdown>
+
+- :simple-postgresql:{ .lg .middle } __Upgrading PostgreSQL__
+
+ ---
+
+ An end-to-end guide on how to upgrade a major PostgreSQL version for Python
+ Discord.
+
+ [:octicons-arrow-right-24: View runbook](./upgrading-postgresql.md)
+
+</div>