Troubleshooting

Local PGLite lock

Fix local PGLite lock problems during tests.

Local PGLite is useful for tests, but one process owns the store at a time.

If a maintenance command fails while npm run memory:api is running locally, stop the API, run the command, then start the API again. This includes first owner bootstrap and Company Owner recovery.

Hosted Postgres does not have this local lock issue.

Related pages: