diff --git a/src/docs/self-hosted/backup.mdx b/src/docs/self-hosted/backup.mdx index 73a6b06999..05b36047af 100644 --- a/src/docs/self-hosted/backup.mdx +++ b/src/docs/self-hosted/backup.mdx @@ -153,7 +153,7 @@ restored your backup. We strongly recommended that you restore your backup on the same version of Sentry -on a fresh install (empty database but migrations are run). Otherwise, you are very likely to hit +on a fresh install (empty database but migrations are run). You can use the command `./install.sh --skip-user-creation` to migrate a fresh install without creating users, as they are restored from the backup. Otherwise, you are very likely to hit errors and may corrupt your database.