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
ArcadeDB Server v23.11.1 (build 798b2b6/1701318772588/main)
Running on Mac OS X 13.6 - OpenJDK 64-Bit Server VM 17.0.9 (Temurin-17.0.9+9)
This has been a real barrier to entry.
From server directory:
arcadedb-23.11.1 % bin/restore.sh -f backups/Movies-backup-20211005-134613862.zip -d ArcadeMovies
Exception in thread "main" com.arcadedb.integration.restore.RestoreException: Error during restore of database from file 'backups/Movies-backup-20211005-134613862.zip'
at com.arcadedb.integration.restore.Restore.restoreDatabase(Restore.java:58)
at com.arcadedb.integration.restore.Restore.main(Restore.java:45)
Caused by: com.arcadedb.integration.restore.RestoreException: The backup file 'backups/Movies-backup-20211005-134613862.zip' not exist
at com.arcadedb.integration.restore.format.FullRestoreFormat.openInputFile(FullRestoreFormat.java:135)
at com.arcadedb.integration.restore.format.FullRestoreFormat.restoreDatabase(FullRestoreFormat.java:53)
at com.arcadedb.integration.restore.Restore.restoreDatabase(Restore.java:55)
... 1 more
ls -l backups/Movies-backup-20211005-134613862.zip
-rw-r--r--@ 1 me staff 38852 Dec 17 09:39 backups/Movies-backup-20211005-134613862.zip
Steps to reproduce
clone arcadedb-datasets
move arcadedb/Movies-backup-20211005-134613862.zip to [server_root]/backups
ArcadeDB Server v23.11.1 (build 798b2b6/1701318772588/main)
Running on Mac OS X 13.6 - OpenJDK 64-Bit Server VM 17.0.9 (Temurin-17.0.9+9)
This has been a real barrier to entry.
From server directory:
arcadedb-23.11.1 % bin/restore.sh -f backups/Movies-backup-20211005-134613862.zip -d ArcadeMovies
Exception in thread "main" com.arcadedb.integration.restore.RestoreException: Error during restore of database from file 'backups/Movies-backup-20211005-134613862.zip'
at com.arcadedb.integration.restore.Restore.restoreDatabase(Restore.java:58)
at com.arcadedb.integration.restore.Restore.main(Restore.java:45)
Caused by: com.arcadedb.integration.restore.RestoreException: The backup file 'backups/Movies-backup-20211005-134613862.zip' not exist
at com.arcadedb.integration.restore.format.FullRestoreFormat.openInputFile(FullRestoreFormat.java:135)
at com.arcadedb.integration.restore.format.FullRestoreFormat.restoreDatabase(FullRestoreFormat.java:53)
at com.arcadedb.integration.restore.Restore.restoreDatabase(Restore.java:55)
... 1 more
ls -l backups/Movies-backup-20211005-134613862.zip
-rw-r--r--@ 1 me staff 38852 Dec 17 09:39 backups/Movies-backup-20211005-134613862.zip
Steps to reproduce
The text was updated successfully, but these errors were encountered: