Task #6054 (closed)
Opened 8 years ago
Closed 8 years ago
p1: Delete Image and binary data Mac OS server (22.2)
| Reported by: | saloynton | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-07-07 (1) |
Description
Scenario below:
All these should behave the same in both clients.
* Delete Image and binary data
- first note the Image ID and get the pixels ID, the Thumbnail ID and !OriginalFile ID(s)
- E.g. psql: select * from pixels where pixels.image=<imageId>
- check that these files exist under omero.data.dir (Pixels, Thumbnails, Files)
- delete the Image
- check that the files noted above have been deleted.
* Delete Image and binary data
- first note the Image ID and get the pixels ID, the Thumbnail ID and !OriginalFile ID(s)
- E.g. psql: select * from pixels where pixels.image=<imageId>
- Check that these files exist under omero.data.dir (Pixels, Thumbnails, Files)
- Delete the Image.
- Check that the files noted above have been deleted.
* Try to delete any remaining files using cleanse.
- bin/omero admin cleanse --dry-run
- note whether undeleted files are marked for deletion.
- bin/omero admin cleanse (NOTE These last two points are optional under Mac)
- note whether undeleted files have now been deleted.
=== 22.3 Delete Image and binary data Windows server ===
All these should behave the same in both clients.
* Delete Image and binary data
- first note the Image ID and get the pixels ID, the Thumbnail ID and !OriginalFile ID(s)
- E.g. psql: select * from pixels where pixels.image=<imageId>
- check that these files exist under omero.data.dir (Pixels, Thumbnails, Files)
- delete the Image
- check that the files noted above have been deleted.
* Delete Image and binary data
- first note the Image ID and get the pixels ID, the Thumbnail ID and !OriginalFile ID(s)
- E.g. psql: select * from pixels where pixels.image=<imageId>
- Check that these files exist under omero.data.dir (Pixels, Thumbnails, Files)
- Delete the Image.
- Check that the files noted above have been deleted.
* Try to delete any remaining files using cleanse.
- bin/omero admin cleanse --dry-run
- note whether undeleted files are marked for deletion.
- bin/omero admin cleanse
- note whether undeleted files have now been deleted.
Change History (1)
comment:1 Changed 8 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.