-
Good afternoon, could you please help me understand what I’m doing wrong?
Teleport starts up and works, but when I create a bot, it still writes to SQLite (example log):
At the same time, the databases and tables in PostgreSQL were created, and entries also appear in teleport_audit.events indicating that the bot was created.
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can't have a existing backend and then change the storage in place for a auth service. It should not have a existing storage in place. You can use the |
Beta Was this translation helpful? Give feedback.
-
No. The sqlite entires you see in the logs are for process-local storage, not the cluster state backend. This is expected behavior. |
Beta Was this translation helpful? Give feedback.
No. The sqlite entires you see in the logs are for process-local storage, not the cluster state backend. This is expected behavior.