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
Let me start by saying I'm an old guy teaching myself Java and ArcadeDB. The last programming course I had was machine language on a DEC SYSTEM 10 in the early 70s. So I'm pretty shaky on this stuff. I created an OrientDB database, which I backed up to a file. I then tried to restore that database to ArcadeDB using: "./bin/restore.sh -d ./databases/Withington_Family_Tree root PASSWD -f ./backups/WFT-2025.08.11.zip -o". ArcadeDB responded with:
Executing full restore of database from file './backups/WFT-2025.08.11.zip' to './databases/Withington_Family_Tree'...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Let me start by saying I'm an old guy teaching myself Java and ArcadeDB. The last programming course I had was machine language on a DEC SYSTEM 10 in the early 70s. So I'm pretty shaky on this stuff. I created an OrientDB database, which I backed up to a file. I then tried to restore that database to ArcadeDB using: "./bin/restore.sh -d ./databases/Withington_Family_Tree root PASSWD -f ./backups/WFT-2025.08.11.zip -o". ArcadeDB responded with:
Executing full restore of database from file './backups/WFT-2025.08.11.zip' to './databases/Withington_Family_Tree'...
When I log into the ArcadeDB Server, which I have running on a CentOS 9 box, it shows the existence of the new database, but it is empty.
The documentation suggests I've done it correctly. But clearly I'm missing something. Would someone please help me.
Thank,
Paul
Beta Was this translation helpful? Give feedback.
All reactions