can't download db schema
Hi everyone. First of all, thank you for such a service, using it is a breeze ❤️ Could you help me with issue of a database schema not being downloadable? I tried to download it both on Safari and Brave and couldn't.
I'm on development branch, could this be a reason?
Thank you!
1 Reply
rare-sapphire•4mo ago
You're probably trying to download the schema from the Tables page. There's an issue there at the moment. The button is not working. It should be fixed soon.
As a workaround, you can dump the schema following these instructions: https://neon.tech/docs/import/migrate-schema-only
Neon
Migrate a database schema - Neon Docs
This topic shows how to perform a schema only migration using the pg_dump and pg_restore Postgres utilities. A schema only migration may be necessary in certain scenarios. For example, when replicatin...