Zenon DB Bootstrap

I’m wanting to make a bootstrap of db. Which files do I need? 3 I believe.

Are you trying to backup a bootstrap for syrius or a node? if syrius, windows or mac?

1 Like

macOS Users

  1. Close Syrius.
  2. Open Finder.
  3. Press ⌘ + shift + H to go directly to your Home folder.
  4. Now press ⌘ + shift + period (.) to make the hidden Library folder visible.
  5. Navigate to the Library/znn folder.
  6. Once you’re inside the folder, copy these directories: nom, consensus, and network.
  7. Launch Syrius.

Windows Users

  1. Close Syrius
  2. Open the Windows Explorer and navigate to the following path:
    C:\Users\<username>\AppData\Roaming\znnNote: Replace <username> with your actual Windows username.
  3. Inside this directory, you should see several folders. Copy these specific directories: nom, consensus, and network.
  4. Launch Syrius. The application should start the re-syncing process from scratch.

1 Like

This would be for a Linux node

sudo -i
systemctl stop go-zenon
cd ~/.znn
cp -r nom/ nom.bak
cp -r consensus/ consensus.bak
cp -r network/ network.bak
systemctl start go-zenon
1 Like

here is a script I wrote if you want to backup to digitalocean

1 Like

Topic moved to Zenon