/usr/share/obs/api/test/README.dump is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # this will generate a frontend_24 database
mysql -p -u root < dump_2.4.sql
You can then change your config/database.yml temporarly
to use that and run db:migrate to test
|