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
Export only exports the first table, even when all are selected.
Steps to reproduce
Connect to my cloud instance (it happened on my self hosted instance too)
Explorer tab
Export database
Output file is like this:
-- -------------------------------- OPTION-- ------------------------------
OPTION IMPORT;
-- -------------------------------- USERS-- ------------------------------
DEFINE USER REDACTED ON DATABASE PASSHASH 'REDACTED' ROLES OWNER DURATION FOR TOKEN 1h, FOR SESSION NONE;
-- -------------------------------- PARAMS-- ------------------------------
DEFINE PARAM $version VALUE 2 PERMISSIONS FULL;
-- -------------------------------- TABLE: table1-- ------------------------------
DEFINE TABLE table1 TYPE ANY SCHEMAFULL PERMISSIONS FULL;
DEFINE FIELD inON table1 TYPE record<user> PERMISSIONS FULL;
DEFINE FIELD out ON table1 TYPE record<crew> PERMISSIONS FULL;
DEFINE FIELD role ON table1 TYPE record<crewRoles> PERMISSIONS FULL;
-- -------------------------------- TABLE DATA: table1-- ------------------------------
Using surreal export command outputs the right file.
Hey! I can indeed reproduce this issue. Interestingly enough it appears to be caused by the "Include versions" checkbox, and disabling it resolves it for me. You can use this as a temporary workaround until we resolve the issue entirely
Hey! I can indeed reproduce this issue. Interestingly enough it appears to be caused by the "Include versions" checkbox, and disabling it resolves it for me. You can use this as a temporary workaround until we resolve the issue entirely
Thanks for the workaround!
Whats does this option do?
Describe the bug
Export only exports the first table, even when all are selected.
Steps to reproduce
Connect to my cloud instance (it happened on my self hosted instance too)
Explorer tab
Export database
Output file is like this:
Using
surreal export
command outputs the right file.Expected behaviour
All tables are exported
Surrealist Environment
Version: 3.1.7
Flags: feature_flags: false, query_view: true, explorer_view: true, graphql_view: true, designer_view: true, auth_view: true, functions_view: true, models_view: true, apidocs_view: true, themes: true, syntax_themes: false, newsfeed: true, database_version_check: true, highlight_tool: false, legacy_serve: false, cloud_enabled: true, cloud_endpoints: production, cloud_access: true, cloud_killswitch: true, changelog: auto
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: