Skip to content

Commit 7a7a846

Browse files
committed
Add more info, correct mistake, in "Useful scripts" README section
1 parent 4ee4d83 commit 7a7a846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ mariadb ispyb < grants/ispyb_web.sql
9494
## Useful scripts
9595

9696
* `build.sh`: Creates a development `ispyb_build` database and imports all the schema and grants files into it.
97-
* `release.sh`: Makes a release, see the Releasing section.
98-
* `bin/backup.sh`: Makes a backup of the development database.
97+
* `release.sh`: Makes a release, see the `RELEASE.md` file for details.
98+
* `bin/backup.sh`: Makes a backup of the development database, producing four files: `tables.sql`, `routines.sql`, `lookups.sql`, `data.sql`.
9999
* `bin/missed_updates.sh`: Generates a list of files in the `schemas/ispyb/updates/` folder that haven't been applied.
100100
* `bin/export_session.sh`: Exports a given session's database rows to SQL files. These can then easily be imported into an empty ispyb database. This can be used e.g. to create a single-session ISPyB/SynchWeb instance if combined with all the relevant data files and processing files for the session, and an instance of SynchWeb.
101101

0 commit comments

Comments
 (0)