Mind to stop openproject service

It is necessary to stop the service before to begin the migration by running $ sudo openproject run ./docker/mysql-to-postgres/bin/migrate-mysql-to-postgres to avoid the following error:  database "openproject" is being accessed by other users
pull/7620/head
Claus Mancini 5 years ago committed by GitHub
parent 44b9b26b68
commit 7786d522d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/operations/migrating/packaged/postgresql-migration.md

@ -140,7 +140,12 @@ You are now ready to migrate from MySQL to PostgreSQL. The OpenProject packages
```
sudo openproject run ./docker/mysql-to-postgres/bin/migrate-mysql-to-postgres
```
Make sure you stopped openproject service, otherwise you will get the following error:
```
ERROR: database "openproject" is being accessed by other users
DETAIL: There is 1 other session using the database.
```
This might take a while depending on current installation size.
## Optional: Uninstall MySQL

Loading…
Cancel
Save