Skip to content

website/docs: Clean up PostgreSQL documentation#21131

Merged
dominic-r merged 32 commits intomainfrom
sdko/postgres-docs-cleanup
Apr 2, 2026
Merged

website/docs: Clean up PostgreSQL documentation#21131
dominic-r merged 32 commits intomainfrom
sdko/postgres-docs-cleanup

Conversation

@dominic-r
Copy link
Copy Markdown
Member

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema and clients have been updated (make gen)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dominic-r dominic-r self-assigned this Mar 25, 2026
@dominic-r dominic-r requested a review from a team as a code owner March 25, 2026 00:24
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label Mar 25, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 25, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 23d5007
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69cdbd38ee538800081beeb2
😎 Deploy Preview https://deploy-preview-21131--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 25, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 23d5007
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69cdbd3878803d0008b0c82c
😎 Deploy Preview https://deploy-preview-21131--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.80%. Comparing base (1964394) to head (23d5007).
⚠️ Report is 25 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21131      +/-   ##
==========================================
- Coverage   92.81%   92.80%   -0.01%     
==========================================
  Files        1006     1006              
  Lines       57108    57108              
  Branches      437      437              
==========================================
- Hits        53003    53001       -2     
- Misses       4105     4107       +2     
Flag Coverage Δ
conformance 37.16% <ø> (+<0.01%) ⬆️
e2e 42.64% <ø> (-0.01%) ⬇️
integration 22.12% <ø> (+<0.01%) ⬆️
rust 0.22% <ø> (ø)
unit 91.82% <ø> (-0.01%) ⬇️
unit-migrate 91.89% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dominic-r dominic-r requested a review from tanberry March 25, 2026 00:34
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 25, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-23d50070b779ea90c7e7ca0cd9c7edb4068de266
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-23d50070b779ea90c7e7ca0cd9c7edb4068de266

Afterwards, run the upgrade commands from the latest release notes.

Copy link
Copy Markdown
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First batch of comments

Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
@dewi-tik dewi-tik self-assigned this Mar 31, 2026
@dominic-r dominic-r force-pushed the sdko/postgres-docs-cleanup branch from 8a8cbb7 to ddba6ff Compare April 1, 2026 01:48
@dominic-r dominic-r requested a review from dewi-tik April 1, 2026 01:48
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_kubernetes.md Outdated
Comment thread website/docs/troubleshooting/postgres/upgrade_docker.md Outdated
@github-project-automation github-project-automation Bot moved this from Todo to In Progress in authentik Core Apr 1, 2026
Comment thread website/docs/install-config/configuration/configuration.mdx Outdated
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 1, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 23d5007
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69cdbd389451ad0008a22c50
😎 Deploy Preview https://deploy-preview-21131--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dominic-r dominic-r requested review from dewi-tik and tanberry April 2, 2026 00:42
@dominic-r dominic-r force-pushed the sdko/postgres-docs-cleanup branch from 811129b to 23d5007 Compare April 2, 2026 00:49
Copy link
Copy Markdown
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dominic-r !

@dominic-r dominic-r merged commit b96c477 into main Apr 2, 2026
111 checks passed
@dominic-r dominic-r deleted the sdko/postgres-docs-cleanup branch April 2, 2026 17:37
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core Apr 2, 2026
kensternberg-authentik added a commit that referenced this pull request Apr 8, 2026
* main:
  website/docs: Clean up PostgreSQL documentation (#21131)
davepgreene pushed a commit to davepgreene/authentik that referenced this pull request Apr 13, 2026
* Clean up PostgreSQL documentation

* Overview

* SSL wording

* Conn age

* Schema text

* Replica line

* Direct tip

* Backup text

* Restore text

* Access text

* Copy text

* Issue text

* Sentence case

* Section intro

* Primary reads

* Username text

* Password text

* TLS modes

* Health checks

* Replica case

* Replica intro

* Backup guides

* Docker intro

* Stop stack

* Stop wording

* Backup alt

* Dump wording

* Remove alt

* Network note

* Verify login

* Dump safety

* Log names
davepgreene pushed a commit to davepgreene/authentik that referenced this pull request Apr 13, 2026
* Clean up PostgreSQL documentation

* Overview

* SSL wording

* Conn age

* Schema text

* Replica line

* Direct tip

* Backup text

* Restore text

* Access text

* Copy text

* Issue text

* Sentence case

* Section intro

* Primary reads

* Username text

* Password text

* TLS modes

* Health checks

* Replica case

* Replica intro

* Backup guides

* Docker intro

* Stop stack

* Stop wording

* Backup alt

* Dump wording

* Remove alt

* Network note

* Verify login

* Dump safety

* Log names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants