FAQ
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 or join our Slack community for additional support.
When I refresh any page, it logs me out
When I refresh any page, it logs me out
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.
How can I upgrade my Infisical instance to Postgres version?
How can I upgrade my Infisical instance to Postgres version?
Follow the step by step guide here to learn how.