Noah Moss
Noah Moss
@psneha716 I think I just realized the issue. When you're running `migrate down` you still need to pass the connect details for your DB as environment variables. (i.e. as shown...
@psneha716 Try without the spaces after the `=` in the env vars
@piranha It seems like https://github.com/metabase/metabase/issues/44048 removed a migration ID that had already ran and now it can't be rolled back. @psneha716 You'll have to do some surgery on your app...
@apostoltego How many databases do you have, and what is the distribution of tables across the databases? The output of this would be helpful to see: ``` select count(*), db_id...
Closing in favor of https://github.com/metabase/metabase/issues/47582 for the issue reported above
* **#53639** 👈 (View in Graphite) * `master` This stack of pull requests is managed by Graphite. Learn more about stacking.
* **#47332** 👈 * `master` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @noahmoss and the rest of your teammates on Graphite
Relabeled as feature request after discussion with product.
@s-huk As I noted previously, concatenation of strings using commas is a driver implementation detail. Even _if_ every driver does this in the same way, they may have different rules...
Hi @vmoores-ds, thanks for the report. Could you clarify what you mean by "permissions are change to default"? Are the permissions in `/admin/permissions` being changed for specific groups or databases?...