Hey, has there been a change made so that when cer...
# help
b
Hey, has there been a change made so that when cerbos spins up, it doesn't automatically make the schema / tables? recently it was creating it when it first span up, but now I just get a bunch of errors about table missing
a
Hey
v0.27 included an update which verifies that tables exist https://github.com/cerbos/cerbos/commit/b20c1828f9b8e3a4a625f50166e36e67170c4689 The tables and other database objects are not created automatically by the Cerbos. You must create the required tables using the provided script before configuring Cerbos to connect to the database.
b
has this, in turn, also disabled it from auto creating them?
a
Which driver are you using?
b
Postgres
a
The tables aren't created for Postgres (only SQLLite) https://docs.cerbos.dev/cerbos/latest/configuration/storage.html#postgres
Hey @Ben Hall did you get up and running?
b
Hey @Alex Olivier (Cerbos), yeah I did thanks!
a
What’s your use case for using the admin api