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
Benjamin Capodanno edited this page Jun 13, 2025
·
2 revisions
First, tunnel to the MaveDB production database:
ssh tunnel-mavedb-production
Then, export all public data with
DB_PORT=5434 DB_DATABASE_NAME=mavedb DB_USERNAME=mavedb_api DB_PASSWORD=<password> poetry run python3 src/mavedb/scripts/export_public_data.py
This will output a zip file with a name that starts with mavedb-dump.. You should then navigate to MaveDBs Zenodo Record, create a new version of the MaveDB data dump, and publish it.