leofuturer / eDrops3

The 3rd generation of the eDrops web application.
MIT License
0 stars 0 forks source link

Production database fix #111

Closed Kenny477 closed 7 months ago

Kenny477 commented 1 year ago

The current production database seems to be missing credentials for some users (e.g. default admin and customer accounts). It seems to be some issue with how Loopback manages database migrations, but we will likely just have to backup the database, then attempt to migrate all existing records to the correct locations manually.

Any new accounts created will be fine, but any old accounts might have problems logging in (although most of those are testing accounts). The problem is that I don't think we have an active admin account that can be logged into, so we need to move that first.

We will likely just address this after the next deploy.

Kenny477 commented 7 months ago

Fixed with last deploy.