# phpBB Migration Preparation

**URL:** https://meta.discourse.org/t/phpbb-migration-preparation/345700
**Category:** Migration
**Tags:** phpbb
**Created:** [January 5, 2025, 9:40pm UTC](https://meta.discourse.org/t/phpbb-migration-preparation/345700 "2025-01-05T21:40:26Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cocococosti](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cocococosti/32/231474_2.png) [@cocococosti](https://meta.discourse.org/u/cocococosti)
#### Post date: [January 7, 2025, 8:32pm UTC](https://meta.discourse.org/t/phpbb-migration-preparation/345700/2 "2025-01-07T20:32:10Z")

</div>

Thank you so much for sharing. These are very good things to check for every migration.

I don’t quite remember if it can happen in phpBB, but we often check if there are duplicate emails or usernames in the Users table. We also check if there are staged users, you wouldn’t want to migrate them as regular, validated users.

> [@LotusJeff](#):
>
> Validate if you have any hidden or soft-deleted posts. Discourse ignores this field and will import the posts.

Depending on the phpBB version you could add a check to the code so you don’t have to manually delete the posts every time.

Although, it is good to manually review the deleted posts. Some admins may want to keep them (hidden, for archiving purposes) instead of permanently deleting them.

---

_[View the full topic](https://meta.discourse.org/t/phpbb-migration-preparation/345700)._
