A Docker container allow you to run easily a node without depending on the platform it is running on. This method should be reserved for users who already have experience with Docker containers.
To access data from indexers (lke The Graph) or Oracles (like Chainlink), you need to add the debug flags below to the node launch command, after the astar-collator line:
-l evm=debug,ethereum=debug,rpc=debug \
Upgrade node
When an upgrade is necessary, node operators are be notified in our Discord and Element group.
To upgrade to the latest node version, stop and remove the actual container:
If you run your collator it not only needs to sync the mainnet chain but also the complete relay chain from Kusama / Polkadot. This can take up to 3-4 days. You can also use a snapshot of Kusama/Polkadot. You can download this here and will save a lot of time.
NOTE: know what you are doing when using snapshots!