Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix broken export-data admin command and add a test for it to CI #11078

Merged
merged 12 commits into from
Oct 18, 2021
Prev Previous commit
Next Next commit
update function call in script to match current file structure
  • Loading branch information
H-Shay committed Oct 14, 2021
commit cfd22445794542cb79fe422a2feaea4d504415d2
2 changes: 1 addition & 1 deletion .ci/scripts/test_export_data_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python -m synapse.app.homeserver --generate-keys -c .ci/sqlite-config.yaml
echo "--- Prepare test database"

# Make sure the SQLite3 database is using the latest schema and has no pending background update.
scripts-dev/update_database --database-config .ci/sqlite-config.yaml
scripts/update_synapse_database --database-config .ci/sqlite-config.yaml

# Create the PostgreSQL database.
.ci/scripts/postgres_exec.py "CREATE DATABASE synapse"
Expand Down