Add experimental postgresql store engine support (#188)

* postgres store engine

* add steps to rollback postgres data

* add steps to rollback postgres data

* add missing steps

* fix migration errors
This commit is contained in:
Bethuel Mmbaga
2024-05-16 19:29:15 +03:00
committed by GitHub
parent e8d741b0bd
commit 501e332bce
2 changed files with 198 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ export const docsNavigation = [
{ title: 'Quickstart guide', href: '/selfhosted/selfhosted-quickstart' },
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
{ title: 'Management Postgres Store', href: '/selfhosted/postgres-store'},
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
{ title: 'Management geolocation', href: '/selfhosted/geo-support' },
{ title: 'Troubleshooting', href: '/selfhosted/troubleshooting' },