dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Tavern Migrations (refs #210) #244

Closed Almad closed 3 years ago

Almad commented 3 years ago

Precursor to fixing and unifying tavern access

Almad commented 3 years ago

Not entirely sure this went well, will re-run the management command:

2021-05-06T17:42:46.820469+00:00 heroku[release.7817]: State changed from starting to up
2021-05-06T17:42:49.618771+00:00 app[release.7817]: System check identified some issues:
2021-05-06T17:42:49.618778+00:00 app[release.7817]: 
2021-05-06T17:42:49.618779+00:00 app[release.7817]: WARNINGS:
2021-05-06T17:42:49.618779+00:00 app[release.7817]: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
2021-05-06T17:42:49.618795+00:00 app[release.7817]: HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/2.0/ref/databases/#mysql-sql-mode
2021-05-06T17:42:49.835185+00:00 app[release.7817]: Operations to perform:
2021-05-06T17:42:49.835186+00:00 app[release.7817]: Apply all migrations: admin, auth, contenttypes, ddcz, sessions
2021-05-06T17:42:50.052081+00:00 app[release.7817]: Running migrations:

2021-05-06T17:49:34.675845+00:00 app[release.7817]: Applying ddcz.0082_taverntable_ingores... OK
2021-05-06T17:49:40.299677+00:00 heroku[release.7817]: Process exited with status 0
2021-05-06T17:49:40.377663+00:00 heroku[release.7817]: State changed from up to complete
Almad commented 3 years ago

Looks good™

almad@hyuga graveyard % heroku run python manage.py migratetavernaccess -a dracidoupe
Running python manage.py migratetavernaccess on ⬢ dracidoupe... up, run.7286 (Free)
.2021-05-06 20:28:30 [WARNING] Can't fetch user record for nick Alghamont ze Styggy. Maybe we should purge the record?
....2021-05-06 20:29:35 [WARNING] Can't fetch user record for nick Pražákum Pražák pražák Pražáci. Maybe we should purge the record?
.2021-05-06 20:29:41 [WARNING] Can't fetch user record for nick Vévoda Tomason Medák. Maybe we should purge the record?
.2021-05-06 20:30:11 [WARNING] Can't fetch user record for nick Zorax. Maybe we should purge the record?
.2021-05-06 20:30:24 [WARNING] Can't fetch user record for nick Aazyah. Maybe we should purge the record?
...2021-05-06 20:31:05 [WARNING] Can't fetch user record for nick Hrač_DrD. Maybe we should purge the record?
...2021-05-06 20:31:44 [WARNING] Can't fetch user record for nick 11314,. Maybe we should purge the record?
..%                                                                                                                                                                                                                                                                                   almalmad@hyuga graveyard %