Closed tmeinlschmidt closed 2 weeks ago
Hi! Thanks for opening an issue.
How big is your node instance in TB?
The app is likely performing the upgrade. If you have a large node, it will take some time because the database is getting migrated.
Hey, almost 16TB. Okay, will wait. Thanks!
It might take quite a while, the entire database is being migrated.
Please let us know if there are any issues, we'll keep the issue open.
looks like migrated, took almost 1.5 hours. Ports are up except rosetta, even it's specified in app.toml, something changed?
[rosetta]
# Enable defines if the Rosetta API server should be enabled.
enable = true
# Address defines the Rosetta API server to listen on.
address = "127.0.0.1:8545"
# Network defines the name of the blockchain that will be returned by Rosetta.
blockchain = "cosmos"
# Network defines the name of the network that will be returned by Rosetta.
network = "mainnet"
So, I had to run separate gaiad rosetta
to enable rosetta then, even it has the configuration entry in app.toml. Is that expected? It did work in 18.1.0
So, I had to run separate
gaiad rosetta
to enable rosetta then, even it has the configuration entry in app.toml. Is that expected? It did work in 18.1.0
Judging by the docs, it's no longer supported in the same way:
Additionally, the config option from app.toml
is not available if you do gaiad init <moniker>
, you probably have it left over from your old config.
Closing as completed. If you run into more issues, please open another issue and we'll address it.
Thanks!
Is there an existing issue for this?
What happened?
Upgraded to 19.1.0 (used Dockerfile provided in the repo) and after restart chain is stuck with
and I only see more disk consuption, rosetta nor any other service is not started (from /data/config/app.toml)
Gaia Version
19.1.0
How to reproduce?
No response