Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database if Not Exported as Expected and Cannot be Imported #1839

Open
ironluca opened this issue Nov 25, 2024 · 0 comments
Open

Database if Not Exported as Expected and Cannot be Imported #1839

ironluca opened this issue Nov 25, 2024 · 0 comments

Comments

@ironluca
Copy link

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant