From 80c7be09aff3594aab3fd7db46b4cdad5f09ac0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:33:51 +0200 Subject: [PATCH 1/4] Making DBaaS common issues framework --- mkdocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 991e30a167..09576bf7d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -306,6 +306,13 @@ nav: - Permissions: cloud/dbaas/postgres-permissions.md - More advanced features: cloud/dbaas/advanced.md - Resizing database instance volume: cloud/dbaas/resize-volume.md + - Common performance issues with databases: + - MariaDB: + - Error log: cloud/dbaas/perftune-mariadb-errorlog.md + - Common issues: cloud/dbaas/perftune-mariadb.md + - PostgreSQL: + - Importance of PostgresSQL log: cloud/dbaas-perftune-postgresql-log.md + - Common issues: cloud/dbaas/perftune-postgresql.md - Rahti 2: - cloud/rahti2/index.md - What is Rahti: cloud/rahti2/rahti-what-is.md From 403d0152e1ebb740f08cb761220e4fcc7fe8bae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:46:50 +0200 Subject: [PATCH 2/4] Fixes to some merge issues --- mkdocs.yml | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 73924d719c..7b20236198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -430,7 +430,8 @@ nav: - Accessing your database: cloud/dbaas/mariadb-accessing.md - Permissions: cloud/dbaas/mariadb-permissions.md - More advanced features: cloud/dbaas/advanced.md - - Resizing database instance volume: cloud/dbaas/resize-volume.md + - Resizing database instance volumes: cloud/dbaas/resize-volume.md + - Rebuilding database instances: cloud/dbaas/rebuild-database.md - Common performance issues with databases: - MariaDB: - Error log: cloud/dbaas/perftune-mariadb-errorlog.md @@ -438,39 +439,6 @@ nav: - PostgreSQL: - Importance of PostgresSQL log: cloud/dbaas-perftune-postgresql-log.md - Common issues: cloud/dbaas/perftune-postgresql.md - - Resizing database instance volumes: cloud/dbaas/resize-volume.md - - Rebuilding database instances: cloud/dbaas/rebuild-database.md - - - Rahti 2: - - cloud/rahti2/index.md - - What is Rahti: cloud/rahti2/rahti-what-is.md - - Moving into Rahti: cloud/rahti2/moving-into.md - - Containers & their Orchestration: cloud/rahti2/containers.md - - Kubernetes and OpenShift concepts: cloud/rahti2/concepts.md - - Networking: cloud/rahti2/networking.md - - Security guide: cloud/rahti2/security-guide.md - - Getting Started: - - Getting access: cloud/rahti2/access.md - - Using the web interface: cloud/rahti2/usage/getting_started.md - - Command line tool installation and usage: cloud/rahti2/usage/cli.md - - Migration to Rahti 2: cloud/rahti/rahti-migration.md - - Storage in Rahti: - - cloud/rahti2/storage/index.md - - Persistent volumes: cloud/rahti2/storage/persistent.md - - Ephemeral storage: cloud/rahti2/storage/ephemeral.md - - Object storage: cloud/rahti2/storage/objectstorage.md - - Expand a volume: cloud/rahti2/storage/expand-volumes.md - - Volume snapshot: cloud/rahti2/storage/volume-snapshot.md - - Images: - - cloud/rahti2/images/overview.md - - Creating an image: cloud/rahti2/images/creating.md - - Keeping docker images small: cloud/rahti2/images/keeping_docker_images_small.md - - Using Rahti 2 integrated registry: cloud/rahti2/images/Using_Rahti_2_integrated_registry.md - - Rahti Catalog: cloud/rahti2/catalog-docs.md - - Projects and quota: cloud/rahti2/usage/projects_and_quota.md - - Billing: cloud/rahti2/billing.md - - External documentation: cloud/rahti2/ext_docs.md - - Rahti: - cloud/rahti/index.md - What is Rahti: From da6c28d68d4c36222f33d70dedba00c897e2f9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 14:56:23 +0200 Subject: [PATCH 3/4] Added subpages --- docs/cloud/dbaas/perftune-mariadb-errorlog.md | 1 + docs/cloud/dbaas/perftune-mariadb.md | 1 + docs/cloud/dbaas/perftune-postgresql-log.md | 1 + docs/cloud/dbaas/perftune-postgresql.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 docs/cloud/dbaas/perftune-mariadb-errorlog.md create mode 100644 docs/cloud/dbaas/perftune-mariadb.md create mode 100644 docs/cloud/dbaas/perftune-postgresql-log.md create mode 100644 docs/cloud/dbaas/perftune-postgresql.md diff --git a/docs/cloud/dbaas/perftune-mariadb-errorlog.md b/docs/cloud/dbaas/perftune-mariadb-errorlog.md new file mode 100644 index 0000000000..ee70bf25f3 --- /dev/null +++ b/docs/cloud/dbaas/perftune-mariadb-errorlog.md @@ -0,0 +1 @@ +# Error log in MariaDB diff --git a/docs/cloud/dbaas/perftune-mariadb.md b/docs/cloud/dbaas/perftune-mariadb.md new file mode 100644 index 0000000000..782a8cdf30 --- /dev/null +++ b/docs/cloud/dbaas/perftune-mariadb.md @@ -0,0 +1 @@ +# Common performance issues with MariaDB; how to identify and resolve them diff --git a/docs/cloud/dbaas/perftune-postgresql-log.md b/docs/cloud/dbaas/perftune-postgresql-log.md new file mode 100644 index 0000000000..099352b1b4 --- /dev/null +++ b/docs/cloud/dbaas/perftune-postgresql-log.md @@ -0,0 +1 @@ +# The importance of PostgreSQL log diff --git a/docs/cloud/dbaas/perftune-postgresql.md b/docs/cloud/dbaas/perftune-postgresql.md new file mode 100644 index 0000000000..a86a5855b8 --- /dev/null +++ b/docs/cloud/dbaas/perftune-postgresql.md @@ -0,0 +1 @@ +# Common performance issues with PostgreSQL; how to identify and resolve them From ddaab9114ff8e4b3ec829a1a95fa68e1e8da4d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelli=20Pylkk=C3=A4nen?= Date: Fri, 28 Nov 2025 15:06:39 +0200 Subject: [PATCH 4/4] Fixed a typo --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7b20236198..2343b9ef94 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -437,7 +437,7 @@ nav: - Error log: cloud/dbaas/perftune-mariadb-errorlog.md - Common issues: cloud/dbaas/perftune-mariadb.md - PostgreSQL: - - Importance of PostgresSQL log: cloud/dbaas-perftune-postgresql-log.md + - Importance of PostgresSQL log: cloud/dbaas/perftune-postgresql-log.md - Common issues: cloud/dbaas/perftune-postgresql.md - Rahti: - cloud/rahti/index.md