cli icon indicating copy to clipboard operation
cli copied to clipboard

Fails to start or reset when use functions of turned-off extensions.

Open Mohsen7s opened this issue 3 years ago • 0 comments

Bug report

Describe the bug

If you use extensions which are turned off by default then you can't start or either do db reset .

To Reproduce

Use any function from a turned-off-by-default extension, Ex: FuzzyStrMatch and then try to do db reset or supabase start. Error: Error resetting database: ERROR: function levenshtein(character varying, character varying) does not exist

Expected behavior

The used extension should get turned on automatically or by setting a config in config.toml

Screenshots

System information

  • OS: Independant
  • Browser (if applies) Independant
  • Version of supabase-js: 0.18.2
  • Version of Node.js: v6.9.2

Additional context

Let developer config and turn-on extensions by default in config.toml

Mohsen7s avatar Mar 17 '22 08:03 Mohsen7s