I am following the instructions on your archive bootstrap instructions.
I downloaded the ordinals-pg-17-latest.tar
I successfully untared it and made the correct permissions for my postgres. I created the db ordinals as well.
When I do the line:
sudo -u postgres pg_restore --verbose --jobs=6 -d ordinals -c --if-exists ./hirosystems/ordhook-staging-data/ordinals-pg-17-17.0.0-debian-12-r9-20251103.dump
It works importing something very briefly, then it gives an error:
pg_restore: error: could not open input file "hirosystems/ordhook-staging-data/ordinals-pg-17-17.0.0-debian-12-r9-20251103.dump/3480.dat": No such file or directory
I looked inside the directory and the archive dump has only the following:
3488.dat.gz
3490.dat.gz
3491.dat.gz
3492.dat.gz
toc.dat
It seems to be missing some dump files. I tried other archives and same issue. Is there an effective way of restoring the postgres so I can start running the bitcoin-indexer and catch up? I am just caught at this db restore so far.
I am following the instructions on your archive bootstrap instructions.
I downloaded the
ordinals-pg-17-latest.tarI successfully untared it and made the correct permissions for my postgres. I created the db ordinals as well.
When I do the line:
sudo -u postgres pg_restore --verbose --jobs=6 -d ordinals -c --if-exists ./hirosystems/ordhook-staging-data/ordinals-pg-17-17.0.0-debian-12-r9-20251103.dumpIt works importing something very briefly, then it gives an error:
pg_restore: error: could not open input file "hirosystems/ordhook-staging-data/ordinals-pg-17-17.0.0-debian-12-r9-20251103.dump/3480.dat": No such file or directoryI looked inside the directory and the archive dump has only the following:
3488.dat.gz3490.dat.gz3491.dat.gz3492.dat.gztoc.datIt seems to be missing some dump files. I tried other archives and same issue. Is there an effective way of restoring the postgres so I can start running the bitcoin-indexer and catch up? I am just caught at this db restore so far.