Moving pages from one omeka exhibit to another

I found a post from 3 years ago on the old forum but wanted to make sure nothing had changed. I need to move whole pages from one exhibit to another. I’m thinking that is not possible through the user interface? Someone suggested in the old post that you might be able to move them in the back of the database. Any other thoughts?

You’re correct, it’s not possible through the user interface.

If you wanted to, you could indeed try moving pages between exhibits in the database itself. Pages are stored in the exhibit_pages table and use the column exhibit_id to link themselves with their exhibit.

This seemed too easy - changing exhibit_id in the database exhibit_pages table. Hoping there’s no unseen issues doing this!