Does `--datastore-bootstrap-files` (along with `.....
# spicedb
j
Does
--datastore-bootstrap-files
(along with
...-overwrite
) also delete any stored relationships in the datastore and basically completely re-initialize it? Looks that way in the code (it calls
DeleteAllData()
. I'd love a way to ensure the latest schema is loaded on a SpiceDB cluster instead of using the API's WriteSchema call. I saw it called out as a possible method in this [Github issue](https://github.com/authzed/spicedb-operator/issues/259) so I'm just checking to make sure I haven't missed something. thank you!
11 Views