Daniel encouraged me to keep posting my issues. I note I haven't had much in way of reply for a month and tbh it's dragging me a bit.
I'm still trying to get undexer running properly under a fairly standard setup:
- self-hosted postgres
- specified database for undexer to use (as previously discussed)
when running newest branch against housefire-head, it starts well, syncs up to block approx 27k (there are approx 237k blocks atm), then crashes.
When I query the db through undexer cli it has all relevant information it seems up to the approx 27k block.
When I restart the indexer however, it does what it has done for me all along, namely wipe the db and start from scratch.
So there are two issues:
- it crashes somewhere along the indexing
- (more seriously) restarting the indexer wipes the tables and restarts sync from scratch.
Would be great if these issues could be fixed.
Daniel encouraged me to keep posting my issues. I note I haven't had much in way of reply for a month and tbh it's dragging me a bit.
I'm still trying to get undexer running properly under a fairly standard setup:
when running newest branch against housefire-head, it starts well, syncs up to block approx 27k (there are approx 237k blocks atm), then crashes.
When I query the db through undexer cli it has all relevant information it seems up to the approx 27k block.
When I restart the indexer however, it does what it has done for me all along, namely wipe the db and start from scratch.
So there are two issues:
Would be great if these issues could be fixed.