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

Recover from a lost ssb folder #756

Open
darkdrgn2k opened this issue Oct 28, 2021 · 1 comment
Open

Recover from a lost ssb folder #756

darkdrgn2k opened this issue Oct 28, 2021 · 1 comment

Comments

@darkdrgn2k
Copy link

Im trying to start a new database on a new ssb-server install.
I have my secret backed up and places in .ssb

Even though i can get gossip to connect using ssb-server gossip.connect ..., it does not start the sync. Even though log show the connection is established

ssb-server progress indexs just sits at -1

{
  "indexes": {
    "start": -1,
    "current": -1,
    "target": -1
  },
  "ebt": {
    "start": 0,
    "current": 2,
    "target": 163
  },
  "ooo": {
    "start": 0,
    "current": 0,
    "target": 0
  }
}

I know this used to work in the past, not sure how to get ssb-server to kickstart this sync

@mplorentz
Copy link
Contributor

I am seeing this issue as well. Did you ever find a solution @darkdrgn2k?

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

2 participants