You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to restore a data dump for rosetta using restorein the entrypoint script, it fails.
At one point, it failed since pg_restore can't create temporary schema as it already exists. On another count, it failed as the user mirror_node doesn't have privilege to create btree_gist extension.
With some tricky workaround, a dump to get around the schema and extension issue made it work. We need to create a runbook and note the workarounds.
Steps to reproduce
create a db dump using pg_dump and try to restore it with the rosetta container.
Additional context
No response
Hedera network
other
Version
v0.116.0
Operating system
None
The text was updated successfully, but these errors were encountered:
Description
When trying to restore a data dump for rosetta using
restore
in the entrypoint script, it fails.At one point, it failed since
pg_restore
can't createtemporary
schema as it already exists. On another count, it failed as the usermirror_node
doesn't have privilege to createbtree_gist
extension.With some tricky workaround, a dump to get around the schema and extension issue made it work. We need to create a runbook and note the workarounds.
Steps to reproduce
create a db dump using
pg_dump
and try to restore it with the rosetta container.Additional context
No response
Hedera network
other
Version
v0.116.0
Operating system
None
The text was updated successfully, but these errors were encountered: