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
Linux 6.8.0-49-generic - OpenJDK 64-Bit Server VM 17.0.11 (Temurin-17.0.11+9)
Expected behavior
Exported database .tgz file cannot be opened and the file cannot be imported subsequently
Actual behavior
The database file should be in a position to be opened and imported with IMPORT DATABASE command
Steps to reproduce
Take a database in studio and execute EXPORT DATABASE. If forms the file in /bin/exports/ diretctory
Create a new database and execute IMPORT DATABASE file://exports/
It does not import
The exported .tgz file cannot be opened, it is empty though it shows a size.
The database console output is given below.
Database exported successfully: 245 records exported in 1 secs (245 records/secs 0 documents 110 vertices 135 edges)
2024-11-25 19:45:54.879 INFO [SourceDiscovery] <ArcadeDB_0> Analyzing url: file://exports/hellscreamms_com_GDB-export-20241125-193851509.jsonl.tgz...
2024-11-25 19:45:54.880 INFO [SourceDiscovery] <ArcadeDB_0> Recognized format JSON (parsingLimitBytes=9.54MB parsingLimitEntries=0)- Parsed 2 (2/sec) 0 documents (0/sec) 0 vertices (0/sec) 0 edges (0/sec 0 skipped) 0 linked edges (0/sec 0%) updated documents 0 (0%)```
I have the database (test database with dummy data) .tgz file but cannot upload here
The text was updated successfully, but these errors were encountered:
ArcadeDB Version:
24.11.1
OS and JDK Version:
Linux 6.8.0-49-generic - OpenJDK 64-Bit Server VM 17.0.11 (Temurin-17.0.11+9)
Expected behavior
Exported database .tgz file cannot be opened and the file cannot be imported subsequently
Actual behavior
The database file should be in a position to be opened and imported with IMPORT DATABASE command
Steps to reproduce
Take a database in studio and execute EXPORT DATABASE. If forms the file in /bin/exports/ diretctory
Create a new database and execute IMPORT DATABASE file://exports/
It does not import
The exported .tgz file cannot be opened, it is empty though it shows a size.
The database console output is given below.
The text was updated successfully, but these errors were encountered: