Replies: 2 comments 4 replies
-
Hi @luipir! How I solved it in the past: I created a dump using standard PostgreSQL tools, then converted that dump into a new ndjson file containing properly formatted STAC items, which then ingested into a new database using pypgstac CLI. |
Beta Was this translation helpful? Give feedback.
4 replies
-
We hope at one point we would have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, I'm using standard eoAPI docker compose and correctly created stac catalog with relative collections and items.
Now I need to move the db in another stac db but editing some items asset urls before to populate the new db,
What would be the the correct procedure? I did pg_dump in sql format and restored via psql but some import error are triggered and result stac catalog result empty to stac-browser.
So my question is, what would be the proper dump/restore procedure for a stac DB?
Beta Was this translation helpful? Give feedback.
All reactions