authentik .. how to backup ?
authentik .. how to backup ?
Hi all,
Short question. Does somebody here run authentik as single sign-on provider? (dockerised?)
I'm looking for information on how to best backup a authentik server? Just do a backup of the postgres database and the docker-compose file? Something else? How crucial is the dump.rdb file of the redis container?
Kr.
You should only have to backup the Postgres database. But it won’t hurt to have a copy of your compose file as well.
This GitHub issue has the steps you should use. And answers all your other questions too.
Great thanks! (also thanks to Mike .. you have some valid points)