You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: a shared installation now has everything a personal workspace
has — scheduled queries, row backups, the assistant and Slack settings,
MongoDB/Redis/Valkey/Elasticsearch reads and writes, and the SQLite,
DuckDB, ClickHouse and CockroachDB connections. On a shared server,
scheduled results are kept in a server folder per user
(ROWSET_SCHEDULE_OUTPUT_DIR, default scheduled-results next to the
database) and downloaded from the run list, and only administrators can
open a row backup's script, since it holds stored values; everyone can
restore their own backups.
Changed: extensions add navigation groups next to Studio's own pages
instead of replacing them.
Fixed: row backups on SQLite and DuckDB connections were always skipped
("the changed rows could not be read"): the primary-key and column
lookups used PostgreSQL's catalog. Both now back up and restore.