mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user