@fabrice hope you are doing well !
i have an algorand archival node which has been successfully running , now i want to set up an inxeder on top of it . so i followed the docs at - Install the indexer - Algorand Developer Portal . some how the steps are not super clear. Below are i am outlining the steps and adding the errors what i got . Any guidance here please
- Installed postgress v10.x.x in ubuntu v18.04
- Link followed to set up indexer - Install the indexer - Algorand Developer Portal
- downloaded the tar file from - Release Algorand Indexer 2.15.0 · algorand/indexer · GitHub ( algorand-indexer_linux_amd64_2.15.0.tar.bz2 ), unzip it and ran the bellow commands
- ./algorand-indexer daemon -P “host= port=5432 user=postgres password= dbname=template0 sslmode=disable” --no-algod
./algorand-indexer daemon “host=10.213.67.71 port=5432 user=postgres password= dbname=template0 sslmode=disable” --algod-net=“:” --algod-token=“”
second command i tried to connect my existing algo node , but both the above commands resulting in below issue :
Error: {“error”:“indexer data directory was not provided”,“level”:“error”,“msg”:“indexer data directory error, indexer data directory was not provided”,“time”:“2022-12-08T13:48:15Z”}
Can you please help here or let me know if any extra info is needed.