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
I have a full-history proxy node, and now I need to deploy another instance of a full-history proxy node using a backup taken from the node I already have.
Could you please explain in more detail how I can start a new node from a database backup? Thank you.
Update: For now, I have created a backup of the nudb folder and specified this backup folder in the import stanza of rippled.cfg. I saw the following log lines:
2025-Aug-12 08:35:29.802210741 UTC NodeObject:WRN Starting node import from '/var/lib/rippled/db/backup/nudb/' to '/var/lib/rippled/db/nudb'.
2025-Aug-12 08:38:42.794817516 UTC NodeObject:WRN Node import from '/var/lib/rippled/db/backup/nudb/' took 192 seconds.
2025-Aug-12 08:38:42.794867847 UTC NodeObject:DBG Clearing read queue because of stop request
2025-Aug-12 08:38:42.794877533 UTC NodeObject:DBG Waiting for stop request to complete...
2025-Aug-12 08:38:42.795014655 UTC NodeObject:DBG Stop request completed in 0 milliseconds
2025-Aug-12 08:38:42.795124631 UTC NodeObject:DBG Waiting for stop request to complete...
2025-Aug-12 08:38:42.795137309 UTC NodeObject:DBG Stop request completed in 0 milliseconds
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a full-history proxy node, and now I need to deploy another instance of a full-history proxy node using a backup taken from the node I already have.
I’ve read the documentation here — https://xrpl.org/docs/infrastructure/configuration/data-retention/configure-full-history — about database dumps, but I couldn’t find information on which folders or files I should include in the backup.
Could you please explain in more detail how I can start a new node from a database backup? Thank you.
Update: For now, I have created a backup of the nudb folder and specified this backup folder in the import stanza of rippled.cfg. I saw the following log lines:
Beta Was this translation helpful? Give feedback.
All reactions