mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
---
|
|
title: "FAQ"
|
|
description: "Frequently Asked Questions about self-hosting Infisical."
|
|
---
|
|
|
|
Frequently asked questions about self-hosted instance of Infisical can be found on this page.
|
|
If you can't find the answer you are looking for, please create an issue on our [GitHub repository](https://github.com/Infisical/infisical) or join our [Slack community](https://infisical.com/slack) for additional support.
|
|
|
|
<Accordion title="When I refresh any page, it logs me out" defaultOpen="true">
|
|
This issue is typically seen when you haven't set up SSL for your self-hosted instance of Infisical. When SSL is not enabled, you can't receive secure cookies, preventing the session data to not be saved.
|
|
|
|
To fix this, we highly recommend that you set up SSL for your instance.
|
|
However, in the event you choose to use Infisical without SSL, you can do so by setting the `HTTPS_ENABLED` environment variable to `"false"` for the backend application.
|
|
|
|
[Learn more about secure cookies](https://really-simple-ssl.com/definition/what-are-secure-cookies/)
|
|
</Accordion>
|
|
|
|
<Accordion title="How can I upgrade my Infisical instance to Postgres version?">
|
|
Follow the step by step guide [here](self-hosting/guides/mongo-to-postgres) to learn how.
|
|
</Accordion>
|
|
|