Skip to content

bayanat v2.9.0

Choose a tag to compare

@tarekio tarekio released this 11 Aug 16:23
· 322 commits to main since this release
0b6f5f9

Features, Improvements, Fixes

This will be updated shortly.

Upgrade Steps

Please ensure the Bayanat database, config.json and the .env files are backed up before beginning this upgrade.

After stopping all Bayanat services, carefully follow the following steps to upgrade to this version:

  1. Upgrade deps:

    source env/bin/activate
    pip install -r requirements.txt
    
  2. Database migrations:

    psql -d bayanat -f enferno/migrations/20250115_120200_export_ref_to_tags.sql
    psql -d bayanat -f enferno/migrations/20250527_000000_search_optimization_indexes.sql
    psql -d bayanat -f enferno/migrations/20250623_120954_create_id_number_types.sql
    psql -d bayanat -f enferno/migrations/20250623_184016_actor_id_number_migration.sql
    psql -d bayanat -f enferno/migrations/20250718_153735_create_notification_table.sql
    
  3. Restart services.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.9.0